Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use emulator to run tests #112

Open
cachapa opened this issue Jun 23, 2023 · 0 comments
Open

Use emulator to run tests #112

cachapa opened this issue Jun 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cachapa
Copy link
Owner

cachapa commented Jun 23, 2023

Currently the Firedart automated tests work directly against a real Firebase project.

This has a number of problems:

  • It's slow
  • Is resource intensive
  • Depends on the state of the network
  • Depends on Firebase itself
  • Risks exposing credentials

But the biggest problem is that the tests cannot be run automatically on PRs in a safe manner.

Firedart now supports Firebase emulator, so it should be possible to use that for testing.

@cachapa cachapa added the enhancement New feature or request label Jun 23, 2023
This was referenced Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant