You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(e2e): Expand buy-coin test to full flow (#16516)
* feat(e2e): expand buy coin test to whole flow
adds steps and verificaiton for finishing buy and seeing transaction state
minor general refactoring
new custom matcher shouldHavePayload
refactors invity mock objects
new locators
* fix(e2e): Adjust redirect of buy-coin to work on CI
adjust imports
improve logging of shouldHavePayload
* fix(e2e): yarn dedupe
* fix(e2e): list dependencies
* refactor(e2e): PR feedback
Copy file name to clipboardexpand all lines: docs/tests/e2e-playwright-suite.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Steps:
51
51
52
52
1.**To run both Web and Desktop at same time** you can do: `yarn workspace @trezor/suite-desktop-core test:e2e`
53
53
54
-
1.**To run tests headed (showing UI)** you can add: `--headed`
54
+
1.**To run tests headed (showing UI)** you can add: `--headed --ignore-snapshots`. Some snapshots differ between headless and headed mode, ergo we need to ignore them when running in headed mode.
55
55
56
56
1.**To run just one test file** you can do: `yarn workspace @trezor/suite-desktop-core test:e2e general/wallet-discovery.test.ts`
0 commit comments