Skip to content

Commit ff32292

Browse files
committed
test: Update e2e tests local run documentation
1 parent 9eabd95 commit ff32292

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CodeFlare Stack Compatibility Matrix
2121

2222
The e2e tests can be executed locally by running the following commands:
2323

24-
1. Setup the test cluster:
24+
1. Use an existing cluster, or set up a test cluster, e.g.:
2525

2626
```bash
2727
# Create a KinD cluster
@@ -30,13 +30,20 @@ The e2e tests can be executed locally by running the following commands:
3030
$ make install
3131
```
3232

33-
2. Start the operator locally:
33+
2. Set up the CodeFlare stack:
34+
```bash
35+
$ make setup-e2e
36+
```
37+
38+
3. Start the operator locally:
3439

3540
```bash
3641
$ make run
3742
```
3843

39-
3. In a separate terminal, run the e2e suite:
44+
Alternatively, You can run the operator from your IDE / debugger.
45+
46+
4. In a separate terminal, run the e2e suite:
4047

4148
```bash
4249
$ make test-e2e

0 commit comments

Comments
 (0)