From c76b3d1cebe2a5f73bf2d66217f6e776e5dea5db Mon Sep 17 00:00:00 2001 From: Jan David Date: Tue, 23 Jul 2024 17:47:06 +0200 Subject: [PATCH] Document the different environments The command-line tool makes it easy to run the tests either against the `staging` or `production` environments by passing the `env` argument to the command. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1a721fb..4350b42 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,13 @@ The smoke tests can be run with the following command: just run ``` +The tests can be run against either the `staging` or `production` environment by +specifying it as an argument. By default, tests are run against `staging`. + +```shell +just run --env production +``` + The smoke tests are organized in the following way: - _Test suites_ execute tests for a specific service, for example `crates.io`