Skip to content

doc: The operator should be started before setting up e2e tests #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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