We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f0521 commit a7b638bCopy full SHA for a7b638b
2 files changed
DEVELOPERS.md
@@ -153,6 +153,9 @@ Verifies that the deployed workloads behave as expected and integrates well toge
153
154
From the project root : `pytest test`
155
156
+Pytest caches the namespace name and created user tokens between run. To start a run from scratch,
157
+run `pytest test --cache-clear`.
158
+
159
#### Special env variables
160
- `PYTEST_KEEP_CLUSTER=1` : Do not destroy the cluster at the end of the test run.
161
You must delete it using `kind delete cluster --name ess-helm` manually before running any other test run.
newsfragments/579.changed.md
@@ -0,0 +1 @@
1
+Document how to re-run integration tests from scratch.
0 commit comments