Test setup and teardown #1082
-
What are folks doing for test setup and teardown. As a use case, I'd like to have a test of my signup/login flow where I have:
We're currently using Firestore and I'm thinking an HTTPS Functions endpoint that could be hit on test startup would be sufficient, but it seems like Rhino is incredibly hobbled in its ability to send HTTPS requests. I've looked at How are others handling this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
#1081 Is somewhat related |
Beta Was this translation helpful? Give feedback.
-
Oh... and RTFM, I just came across this, which seems to do the trick: https://maestro.mobile.dev/advanced/javascript/make-http-s-requests |
Beta Was this translation helpful? Give feedback.
-
Closing this out as this was resolved - glad you found a workaround @orbiteleven! |
Beta Was this translation helpful? Give feedback.
Oh... and RTFM, I just came across this, which seems to do the trick: https://maestro.mobile.dev/advanced/javascript/make-http-s-requests