We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a274a commit 361c6e2Copy full SHA for 361c6e2
1 file changed
gateway-api/tests/README.md
@@ -43,6 +43,7 @@ Use the following commands to create the appropriate `.env.test` file for the ta
43
* `make env-test-ci` to write a `.env.test` file for testing a locally deployed application, from outside the dev container.
44
* `make env-test-pr-<pr number>` to write a `.env.test` file for testing an application deployed behind a PR proxy.
45
* `make env-test-alpha-int` to write a `.env.test` file for testing an application deployed to the "alpha integration" environment.
46
+* `make env-test-int` to write a `.env.test` file for testing an application that sends requests to PDS, SDS and Provider integration environments.
47
48
_Note: Unit tests require the `.env` file, as these tests do not test a deployed application`_
49
0 commit comments