-
Notifications
You must be signed in to change notification settings - Fork 156
e2e: add bridge e2e tests #720
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 ReportBase: 91.53% // Head: 91.53% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## tmigone/e2e-l2-bridge #720 +/- ##
======================================================
Coverage 91.53% 91.53%
======================================================
Files 42 42
Lines 1984 1984
Branches 346 346
======================================================
Hits 1816 1816
Misses 168 168
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fa359e9
to
6de2ea9
Compare
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
1de67bc
to
150e5f3
Compare
Signed-off-by: Tomás Migone <[email protected]>
* feat(e2e): run L1 and L2 together in e2e tests Signed-off-by: Tomás Migone <[email protected]>
* feat(e2e): run L1 and L2 together in e2e tests Signed-off-by: Tomás Migone <[email protected]>
* feat(e2e): run L1 and L2 together in e2e tests Signed-off-by: Tomás Migone <[email protected]>
This PR adds e2e tests to the bridge contracts (cross checks addresses configured in
L1GraphTokenGateway
,L2GraphTokenGateway
,L1GraphToken
,L2GraphToken
andBridgeEscrow
match the deployed contract addresses).