1- ENVIRONMENT = $ENV_NAME
2- API_KEY =
3- HEADERAUTH =
4- PR_NUMBER = prxx # remove if needs to run against main
5- NHSD_APIM_TOKEN =
1+ # Your github Personal Access Token (PAT)
2+ GITHUB_TOKEN =
3+
4+ # Apigee proxy name to be used for test execution
5+ # nhs-notify-supplier--internal-dev--nhs-notify-supplier-PR-XX
66PROXY_NAME =
7- # * nhs-notify-supplier--internal-dev--nhs-notify-supplier
8- # * nhs-notify-supplier--internal-dev--nhs-notify-supplier-PR-XX
9- # * nhs-notify-supplier--ref--nhs-notify-supplier -- ref env
7+
8+ # APIM env to run e2e tests against, other options are: ref, int, prod
9+ API_ENVIRONMENT = internal-dev
10+
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
1024
1125# API Keys
1226# ========
@@ -22,9 +36,9 @@ export STATUS_ENDPOINT_API_KEY=xxx
2236
2337# Private Keys
2438# ============
25- # private key used to generate authentication for tests ran against the internal-dev and internal-qa
26- export NON_PROD_PRIVATE_KEY = xxx # path to the private key file
27- # private key used to generate authentication for tests ran against the int environment
39+ # private key path used to generate authentication for tests ran against the internal-dev and internal-qa
40+ export NON_PROD_PRIVATE_KEY = xxx
41+ # private key path used to generate authentication for tests ran against the int environment
2842export INTEGRATION_PRIVATE_KEY = xxx
29- # private key used to generate authentication for tests ran against the prod environment
43+ # private key path used to generate authentication for tests ran against the prod environment
3044export PRODUCTION_PRIVATE_KEY = xxx
0 commit comments