We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8284a commit 0ccacd5Copy full SHA for 0ccacd5
e2e_batch/README.md
@@ -30,8 +30,9 @@ This test suite provides automated end-to-end (E2E) testing for the Immunisation
30
## How to Run
31
1. Ensure all dependencies and environment variables are set (see project root README).
32
2. Update .`.env` file with contents indicated in `PR-NNN.env`, modified for PR and AWS access credentials
33
-3. Update the apigee app to match the required PR-NNN
34
-3. Run tests from vscode debugger or from makefile using
+3. Update `.env` with referrence to the appropriate AWS config profile `AWS_PROFILE={your-aws-profile}`
+4. Update the apigee app to match the required PR-NNN
35
+5. Run tests from vscode debugger or from makefile using
36
```
37
make test
38
0 commit comments