You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -97,3 +97,11 @@ $ make kuttl
97
97
```
98
98
Friendly reminder: make sure you have the frontend operator runnning (`make run-local`) before you run the tests or they will never work and you'll go nuts trying to figure out why.
99
99
100
+
If you want to run a single test you can do this:
101
+
```bash
102
+
$ kubectl kuttl test --config kuttl-config.yml ./tests/e2e --test bundles
103
+
```
104
+
where `bundles` is the name of the directory that contains the test you want to run.
0 commit comments