-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactor op e2e tests - part 4 (#183)
- Loading branch information
Showing
6 changed files
with
73 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
# OP-stack itest | ||
|
||
To run the e2e tests, first you need to set up the devnet data: | ||
Run the following command to start the e2e tests: | ||
|
||
```bash | ||
$ make op-e2e-devnet | ||
``` | ||
|
||
Then run the following command to start the e2e tests: | ||
|
||
```bash | ||
$ make test-e2e-op | ||
|
||
# Run all tests | ||
$ make test-e2e-op | ||
make test-e2e-op | ||
|
||
# Filter specific test | ||
$ make test-e2e-op-filter FILTER=TestFinalityGadget | ||
make test-e2e-op-filter FILTER=TestPubRandCommitment | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters