From 47db5b9f6ee1fc7c01ad86d476cd8e066fb5cffb Mon Sep 17 00:00:00 2001 From: Jim Morrison Date: Fri, 8 Mar 2024 12:58:57 -0800 Subject: [PATCH] docs: Document how to run system tests against the emulator. (#963) --- CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2baa8674..6d2142c9 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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: