Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2024 New Vector Ltd
Copyright 2024-2025 New Vector Ltd
SPDX-License-Identifier: AGPL-3.0-only
-->
Expand Down Expand Up @@ -153,6 +153,9 @@ Verifies that the deployed workloads behave as expected and integrates well toge

From the project root : `pytest test`

Pytest caches the namespace name and created user tokens between run. To start a run from scratch,
run `pytest test --cache-clear`.

#### Special env variables
- `PYTEST_KEEP_CLUSTER=1` : Do not destroy the cluster at the end of the test run.
You must delete it using `kind delete cluster --name ess-helm` manually before running any other test run.
Expand Down
1 change: 1 addition & 0 deletions newsfragments/579.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document how to re-run integration tests from scratch.
File renamed without changes.
Loading