File tree 1 file changed +10
-3
lines changed
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
21
21
22
22
The e2e tests can be executed locally by running the following commands:
23
23
24
- 1 . Setup the test cluster:
24
+ 1 . Use an existing cluster, or set up a test cluster, e.g. :
25
25
26
26
``` bash
27
27
# Create a KinD cluster
@@ -30,13 +30,20 @@ The e2e tests can be executed locally by running the following commands:
30
30
$ make install
31
31
```
32
32
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:
34
39
35
40
` ` ` bash
36
41
$ make run
37
42
` ` `
38
43
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:
40
47
41
48
` ` ` bash
42
49
$ make test-e2e
You can’t perform that action at this time.
0 commit comments