You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that we can run the dummy app and make changes to the live database. I was wondering if we could agree on a future proof testing approach. Is there a way to create a sandbox environment on parse that is set to a known state each time tests are run?
Note I tried running the tests and get this:
The text was updated successfully, but these errors were encountered:
I've been thinking for some time about how to do tests and I think that a good starting point would be to test agains the official parse javascript library.
As for testing against real parse servers, what we could do is create a cloud code function that resets all data on the parse side before running tests.
I notice that we can run the dummy app and make changes to the live database. I was wondering if we could agree on a future proof testing approach. Is there a way to create a sandbox environment on parse that is set to a known state each time tests are run?
Note I tried running the tests and get this:
The text was updated successfully, but these errors were encountered: