parse-server-test-runner
parse-server-test-runner copied to clipboard
A tool for programmatically starting Parse Server
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...
Confirmed working in our test-suite.
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...