-
Notifications
You must be signed in to change notification settings - Fork 451
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
Demonstrate usage of seed in E2E test for chain snapshots #2163
Conversation
This seems the most likely scenario how someone would like to use the E2E tests with a chain snapshot.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2163 +/- ##
==========================================
+ Coverage 53.65% 53.67% +0.01%
==========================================
Files 225 225
Lines 7095 7095
Branches 3129 3129
==========================================
+ Hits 3807 3808 +1
+ Misses 3288 3287 -1 ☔ View full report in Codecov by Sentry. |
🦑 📈 ink! Example Contracts ‒ Changes Report 📉 🦑These are the results when building the
Link to the run | Last update: Fri Mar 15 17:23:40 CET 2024 |
Updates the E2E test that demonstrates how to execute E2E tests with chain snapshots.
To me, it seems most likely that someone would like to do this with an existing on-chain account that is not one of the pre-endowed ones. Hence we should already demonstrate how to use a seed in the test.