1- PR_NUMBER = prxx # remove if needs to run against main
2- GITHUB_TOKEN = # Your github Personal Access Token (PAT)
1+ # Your github Personal Access Token (PAT)
2+ GITHUB_TOKEN =
33
4+ # Apigee proxy name to be used for test execution
5+ # nhs-notify-supplier--internal-dev--nhs-notify-supplier-PR-XX
6+ PROXY_NAME =
47
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
8+ # APIM env to run e2e tests against, other options are: ref, int, prod
9+ API_ENVIRONMENT = internal-dev
710
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
820
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
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
1324
1425# API Keys
1526# ========
@@ -25,9 +36,9 @@ export STATUS_ENDPOINT_API_KEY=xxx
2536
2637# Private Keys
2738# ============
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
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
3142export INTEGRATION_PRIVATE_KEY = xxx
32- # 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
3344export PRODUCTION_PRIVATE_KEY = xxx
0 commit comments