File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ CodeFlare Stack Compatibility Matrix
2121
2222The 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
You can’t perform that action at this time.
0 commit comments