parse-server-test-runner icon indicating copy to clipboard operation
parse-server-test-runner copied to clipboard

A tool for programmatically starting Parse Server

Results 4 parse-server-test-runner issues
Sort by recently updated
recently updated
newest added

I have a beforeSave trigger that validates objects and throws errors if they fail validation. I want to test that this validation is working as expected. I can't figure out...

Hi, I was working on top of the Jasmine example using the test runner to test my Parse Cloud code, but I encountered an issue where whenever I run my...

Best way to test cloud code: I'm wondering what is the best way to test cloud code functions. It is better to launch the server with all cloud code or...