4

I'm looking for best practices on how to setup a test environment for CloudCode in a self-hosted Parse server. I assumed that testing got easier now that we have full control over the server and the attached database; however, so far I could not find much info on that topic. So any clue is appreciated.

dr_barto
  • 5,723
  • 3
  • 26
  • 47

1 Answers1

0

First of all you should test your push notification code in cloud code, and than test those functions in which you have applied master key like { useMasteKey:true }

jatin
  • 1
  • 2