-
Notifications
You must be signed in to change notification settings - Fork 606
Introduces local L1 and L2 integration tests #1274
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1274 +/- ##
========================================
Coverage 95.53% 95.53%
========================================
Files 81 81
Lines 5582 5582
Branches 677 677
========================================
Hits 5333 5333
Misses 249 249 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
General
npm run test:prod:ovm
L2 local integration tests
Runs all tests under
test/integration/l2
, which test an L2 instance in isolation.master
)npx hardhat test:integration:l2 --compile
npx hardhat test:integration:l2 --deploy
--deploy
flag can be avoided.L1 local integration tests
Idem L2 local integration tests, but targeting an isolated L1 instance.
Dual local integration tests
As before, but deploys both L1 and L2 instances and connects them. These tests mainly targets the bridges.