Skip to content

Commit

Permalink
doc: The operator should be started before setting up e2e tests
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 8c1831a commit 2fa3f90
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@ The e2e tests can be executed locally by running the following commands:
$ make install
```

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

3. Start the operator locally:
2. Start the operator locally:

```bash
$ make run
```

Alternatively, You can run the operator from your IDE / debugger.

3. Set up the test CodeFlare stack:

```bash
$ make setup-e2e
```

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

```bash
Expand Down

0 comments on commit 2fa3f90

Please sign in to comment.