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 6757338 commit 3f8b46fCopy full SHA for 3f8b46f
docs/CONTRIBUTING.md
@@ -100,7 +100,7 @@ git tag release-v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
100
101
To run unit tests:
102
```bash
103
-make test
+make unit-tests
104
```
105
106
## Running E2E tests
@@ -143,6 +143,18 @@ make RUN=<reg-exp> run-e2e-tests
143
reg-exp - the value you would set for the **-run** flag of **go test** command
144
145
146
+## Cleaning up after failed E2E tests
147
+
148
+If your E2E tests fail, then the kind cluster will stay behind.
149
150
+If you want to delete it (after debugging it) run:
151
152
+```
153
+make clear-e2e-cluster
154
155
156
157
158
## Creating a Pull Request
159
160
When you have finished implementing your feature, you need to create a Pull Request in GitHub.
0 commit comments