1+ # Your github Personal Access Token (PAT)
12PR_NUMBER = prxx # remove if needs to run against main
2- GITHUB_TOKEN = # Your github Personal Access Token (PAT)
3+ GITHUB_TOKEN =
34
5+ # Apigee proxy name to be used for test execution
6+ # nhs-notify-supplier--internal-dev--nhs-notify-supplier-PR-XX
7+ PROXY_NAME =
48
5- # The variables below are used for End to End tests
6- PROXY_NAME = # information about the proxy name can be found in the tests/e2e-tests/README.md
9+ # APIM env to run e2e tests against, other options are: ref, int, prod
10+ API_ENVIRONMENT = internal-dev
711
12+ # Used for component and e2e tests
13+ # Account group controls default account id mapping for tests.
14+ # If omitted, tests default to dev:
15+ # TARGET_ACCOUNT_GROUP=nhs-notify-supplier-api-dev
16+ # Mapping used by tests:
17+ # nhs-notify-supplier-api-dev -> 820178564574
18+ # nhs-notify-supplier-api-nonprod -> 885964308133
19+ # nhs-notify-supplier-api-prod -> blocked (tests are intentionally disabled for prod)
20+ TARGET_ACCOUNT_GROUP = nhs-notify-supplier-api-dev
821
9-
10- # * nhs-notify-supplier--internal-dev--nhs-notify-supplier
11- # * nhs-notify-supplier--internal-dev--nhs-notify-supplier-PR-XX
12- # * nhs-notify-supplier--ref--nhs-notify-supplier -- ref env
22+ # Resource namespace used to resolve AWS resource names for tests (main, pr123)
23+ # remove if needs to run against main
24+ TARGET_ENVIRONMENT = prxx
1325
1426# API Keys
1527# ========
@@ -25,9 +37,9 @@ export STATUS_ENDPOINT_API_KEY=xxx
2537
2638# Private Keys
2739# ============
28- # private key used to generate authentication for tests ran against the internal-dev and internal-qa
29- export NON_PROD_PRIVATE_KEY = xxx # path to the private key file
30- # private key used to generate authentication for tests ran against the int environment
40+ # private key path used to generate authentication for tests ran against the internal-dev and internal-qa
41+ export NON_PROD_PRIVATE_KEY = xxx
42+ # private key path used to generate authentication for tests ran against the int environment
3143export INTEGRATION_PRIVATE_KEY = xxx
32- # private key used to generate authentication for tests ran against the prod environment
44+ # private key path used to generate authentication for tests ran against the prod environment
3345export PRODUCTION_PRIVATE_KEY = xxx
0 commit comments