Skip to content

Commit

Permalink
test: Update e2e tests local run documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti authored and openshift-merge-robot committed Jul 5, 2023
1 parent 99b8e7c commit 4048a26
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CodeFlare Stack Compatibility Matrix

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

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

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

2. Start the operator locally:
2. Set up the CodeFlare stack:
```bash
$ make setup-e2e
```

3. Start the operator locally:

```bash
$ make run
```

3. In a separate terminal, run the e2e suite:
Alternatively, You can run the operator from your IDE / debugger.

4. In a separate terminal, run the e2e suite:

```bash
$ make test-e2e
Expand Down

0 comments on commit 4048a26

Please sign in to comment.