Skip to content

Commit 3f8b46f

Browse files
docs: fixed testing instructions (#126)
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
1 parent 6757338 commit 3f8b46f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ git tag release-v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
100100

101101
To run unit tests:
102102
```bash
103-
make test
103+
make unit-tests
104104
```
105105

106106
## Running E2E tests
@@ -143,6 +143,18 @@ make RUN=<reg-exp> run-e2e-tests
143143
reg-exp - the value you would set for the **-run** flag of **go test** command
144144

145145

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+
146158
## Creating a Pull Request
147159

148160
When you have finished implementing your feature, you need to create a Pull Request in GitHub.

0 commit comments

Comments
 (0)