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

Add integration tests #53

Open
1 task
joshlf opened this issue May 14, 2020 · 0 comments
Open
1 task

Add integration tests #53

joshlf opened this issue May 14, 2020 · 0 comments

Comments

@joshlf
Copy link
Contributor

joshlf commented May 14, 2020

This is the tracking issue for adding integration tests.

Integration tests require the following components:

  • An instance of the Firestore emulator
  • An instance of the dev app (i.e. cd functions && go run ./cmd)
  • A test program which exercises the dev app

We have the following constraints:

  • We need to be able to clear the Firestore emulator after each integration test
  • We need to be able to run the dev app with different environment variables set, so we need to be able to kill and restart it for different integration tests

Integration tests to be added:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant