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

docs: Document how to run system tests against the emulator. #963

Merged
merged 3 commits into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.rst
Expand Up @@ -158,6 +158,9 @@ Running System Tests
auth settings and change some configuration in your project to
run all the tests.

- System tests may be run against the emulator. To do this, set the
``DATASTORE_EMULATOR_HOST`` environment variable.

- System tests will be run against an actual project and
so you'll need to provide some environment variables to facilitate
authentication to your project:
Expand Down