-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
refactor(tests): move multichain test files to a new folder structure #12714
refactor(tests): move multichain test files to a new folder structure #12714
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Bitrise✅✅✅ Commit hash: 7c4b55c Note
|
…cture doc: update the descriptions of the multchain e2e tests for greater clarity refactor: update file names to include permission-system update imports refactor: move the inititial connect test with other network tests
…m level 4 deep of the folder structure
Bitrise❌❌❌ Commit hash: fca3ee2 Note
Tip
|
Bitrise❌❌❌ Commit hash: f66735a Note
Tip
|
Bitrise✅✅✅ Commit hash: 0afdb0f Note
|
Quality Gate passedIssues Measures |
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.
🌮 🌮 🌮
Description
As I was fixing flakyness through these tests after them failing on the CI, it took me longer than expected to understand which test was failing, and those were tests I had written myself. Concerned about other people having to maintain these tests, I decided to reorganize them in hope of making it clearer to understand what each test does 'at a glance'.
Related issues
Fixes:
Manual testing steps
yarn watch:clean
yarn test:e2e:ios:debug:build
yarn test:e2e:ios:debug:run <path to test file>
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist