Skip to content

Commit

Permalink
docs: improve running tests commend in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Nov 12, 2024
1 parent 5134852 commit 59f539a
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,23 @@ This project contains end-to-end (E2E) tests for peer-to-peer (P2P) syncing with

## Running the Tests

To run the E2E tests, use the following command:
To run the E2E tests, you can use the following commands depending on which sync configuration you want to test:

```
kurtosis run . --main-function-name run_juno_from_juno_sync
```bash
# Juno syncing from Juno
kurtosis run . --main-function-name run_juno_from_juno_sync

# Juno syncing from Pathfinder
kurtosis run . --main-function-name run_juno_from_pathfinder_sync

# Pathfinder syncing from Pathfinder
kurtosis run . --main-function-name run_pathfinder_from_pathfinder_sync

# Pathfinder syncing from Juno
kurtosis run . --main-function-name run_pathfinder_from_juno_sync

# Run devnet network
kurtosis run . --main-function-name run_devnet_network
```

## Cleaning Up
Expand Down

0 comments on commit 59f539a

Please sign in to comment.