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
The "dev" environment is pretty usable for this. It has the crons (which can be triggered manually), has its own database and bot-user, so it can do most end-to-end things without bothering non-developers. (It won't send the broadcast messages, e.g. end-of-batch or weekly checkins, so those are a bit harder to test.)
@jdkaplan mentioned doing some work on allowing Pairing Bot to run locally, which I think would be a nice enhancement to the test-ability; it's a pain to wait multiple minutes for a GAE build, when the program itself takes a fraction of a second to build.
I think I've got something! There's a Firestore emulator available as an optional gcloud component, which is well-supported by the Firestore SDK we're using. I've got a proof-of-concept DB round-trip test that runs entirely locally!
Pairing Bot does not currently have a testing environment -- it would be awesome if she did!
Any recurser, though especially recursers currently in batch, should message me or @parsn1psoup if they'd like to work on this.
The text was updated successfully, but these errors were encountered: