1- PR_NUMBER = prxx # remove if needs to run against main
2- TARGET_ENVIRONMENT = prxx # remove if needs to run against main
3- API_ENVIRONMENT = internal-dev # change to relevant environment
4- AWS_PROFILE = supplier-dev
5- NHSD_APIM_TOKEN =
6- GITHUB_TOKEN = # Your github Personal Access Token (PAT)
7- # The variables below are used for End to End tests
8- PROXY_NAME = # information about the proxy name can be found in the tests/e2e-tests/README.md
1+ # Your github Personal Access Token (PAT)
2+ GITHUB_TOKEN =
93
4+ # Apigee proxy name to be used for test execution
5+ # nhs-notify-supplier--internal-dev--nhs-notify-supplier-PR-XX
6+ PROXY_NAME =
107
8+ # APIM env to run e2e tests against, other options are: ref, int, prod
9+ API_ENVIRONMENT = internal-dev
1110
12- # * nhs-notify-supplier--internal-dev--nhs-notify-supplier
13- # * nhs-notify-supplier--internal-dev--nhs-notify-supplier-PR-XX
14- # * nhs-notify-supplier--ref--nhs-notify-supplier -- ref env
11+ # Used for component and e2e tests
12+ # Account group controls default account id mapping for tests.
13+ # If omitted, tests default to dev:
14+ # TARGET_ACCOUNT_GROUP=nhs-notify-supplier-api-dev
15+ # Mapping used by tests:
16+ # nhs-notify-supplier-api-dev -> 820178564574
17+ # nhs-notify-supplier-api-nonprod -> 885964308133
18+ # nhs-notify-supplier-api-prod -> blocked (tests are intentionally disabled for prod)
19+ TARGET_ACCOUNT_GROUP = nhs-notify-supplier-api-dev
20+
21+ # Resource namespace used to resolve AWS resource names for tests (main, pr123)
22+ # remove if needs to run against main
23+ TARGET_ENVIRONMENT = prxx
1524
1625# API Keys
1726# ========
@@ -30,9 +39,9 @@ export STATUS_ENDPOINT_API_KEY=xxx
3039
3140# Private Keys
3241# ============
33- # private key used to generate authentication for tests ran against the internal-dev and internal-qa
34- export NON_PROD_PRIVATE_KEY = xxx # path to the private key file
35- # private key used to generate authentication for tests ran against the int environment
42+ # private key path used to generate authentication for tests ran against the internal-dev and internal-qa
43+ export NON_PROD_PRIVATE_KEY = xxx
44+ # private key path used to generate authentication for tests ran against the int environment
3645export INTEGRATION_PRIVATE_KEY = xxx
37- # private key used to generate authentication for tests ran against the prod environment
46+ # private key path used to generate authentication for tests ran against the prod environment
3847export PRODUCTION_PRIVATE_KEY = xxx
0 commit comments