-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature/000 e2e test config #738
Conversation
0980f09
to
be3429b
Compare
Codecov Report
@@ Coverage Diff @@
## main #738 +/- ##
=======================================
Coverage 63.56% 63.56%
=======================================
Files 78 78
Lines 5676 5676
=======================================
Hits 3608 3608
Misses 1896 1896
Partials 172 172
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. |
f0dbf05
to
62ad3a4
Compare
…specific options (expectedValidatorsCount, firstEvmChainId, secondEvmChainId) Change e2e config parser to support config scenario Change e2e_test to use config scenario Update docs/testing.md Remove comments from e2e/e2e_test.go Signed-off-by: trayanm <[email protected]>
62ad3a4
to
f7dad16
Compare
…specific options (expectedValidatorsCount, firstEvmChainId, secondEvmChainId) Change e2e config parser to support config scenario Change e2e_test to use config scenario (#738) Update docs/testing.md Remove comments from e2e/e2e_test.go Signed-off-by: trayanm <[email protected]> Signed-off-by: trayanm <[email protected]>
Signed-off-by: Trayan Manolov [email protected]
Change e2e config parser to support config scenario
Change e2e_test to use config scenario
Detailed description:
Which issue(s) this PR fixes:
Fixes #735
Special notes for your reviewer:
After merge, everyone should update their ./e2e/setup/application.yml file with scenario node. For example:
Checklist