Skip to content

[Technical Questions] Tests passing locally but not on GitHub Workflow #34

Discussion options

You must be logged in to vote

Hi @jennxu23 & @CS342/2023-utah,

The problem you are describing is due to your changes in the following PR: CS342/2023-Utah#44.
In this PR, you changed the Firebase Account settings to not use the emulator. While this is right and useful for releasing the application through, e.g., TestFlight or maybe testing it on your device where you would need to manually determine the IP of your computer to connect to the emulator there, it is essential for the UI tests, which must run in a controlled environment to establish a set of entry conditions for the system under test.

We achieve this using the Firebase emulator and also encourage you to use it during development. This follows the recommenda…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PSchmiedmayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants