Commit Graph

383 Commits

Author SHA1 Message Date
Peter Sanderson
89e32fcf42 chore: bump prettier - format:all on new version 2025-07-03 11:47:37 +02:00
Martin Vere Cihlar
0b3816e834 fix(e2e): Enabled and stiblize metadata-lifecycle test
minor fixes on workflows to allow workflow dispatch
docs on how to run test multiple times in CI
2025-06-23 20:50:41 +09:00
Jan Komarek
e84e01467a chore(connect): replace t2b1 with t3b1 inb tests 2025-06-12 16:51:03 +02:00
Martin Varmuza
7501d559df chore(suite): remove unused device.authConfirm 2025-06-10 10:08:33 +02:00
Jaroslav Hrách
a7251e98c2 fix(urls): change GEOLOCATION_API_URL 2025-06-03 15:45:04 +02:00
Jaroslav Hrách
e8c5a56570 feat(suite-common): add geolocation condition to the message system 2025-06-03 12:47:05 +02:00
Martin Vere Cihlar
bcc782b2e5 refactor(e2e): Extract fee objects to its own class 2025-05-21 09:57:19 +02:00
Martin Vere Cihlar
249bc01013 feat(e2e): new reporter orchestration workflow and update docs 2025-05-15 13:16:11 +02:00
Martin Vere Cihlar
a7411f2f0d Feat(e2e): Reporter supports OS annotations (#18734)
* feat(e2e): Reporter support OS matrix

minor refactoring and better commets
2025-05-05 16:53:40 +02:00
Tomas Martykan
eb758acea9 chore: apply latest prettier 2025-05-05 13:51:36 +02:00
Martin Vere Cihlar
ad5cbae665 PW GitHub reporter on release workflows (#18617) 2025-04-30 15:14:00 +02:00
Martin Vere Cihlar
396be28614 New GitHub reporter for both manual and automated test runs (#18505)
* feat(e2e): Comments, documentation, better project conflict resolution

* fix(e2e): PR feedback
2025-04-26 08:43:45 +02:00
Martin Vere Cihlar
9c66ee31e7 refactor(e2e): Move discoverShouldFInish on page Fixture (#18333)
removes no longer supported way of starting both web and desktop test
2025-04-14 19:27:05 +00:00
Ondřej Hájek
e810fedb25 Feat(ci): Use currents orchestration (#17957)
* feat(ci): Use currents orchestration

* feat(ci): Orchestration added to nightly and release workflows

* feat(ci): Rerun only failed tests using orchestration

* fix(ci): Fixed npm deps

* fix(ci): Fixed broken tests

* feat(ci): Reworked and simplified the flow

* feat(ci): Add comment about skipping tests

* fix(ci): Fixed token in check previous test runs

* fix(ci): Fixed fetch previous test result

* feat(ci): More simplification

* fix(ci): Fixed review comment

* fix(ci): Final touches and docs

* fix(ci): Fixed PR review comments

* fix(ci): Removed unused dep

* fix(ci): More PR review fixes
2025-04-10 17:52:15 +02:00
Jiri Zbytovsky
4554a03a3c docs(suite-desktop): write instructions for electron-updater development 2025-04-08 11:12:13 +02:00
Martin Varmuza
5518487cde docs: fix outdated docs 2025-04-08 08:14:28 +02:00
Jiri Zbytovsky
37fee91296 docs(e2e): clarify Playwright setup docs on Linux 2025-04-07 09:04:54 +02:00
Martin Varmuza
a255e593db feat(suite): suite debug mode controls connect debug mode 2025-03-28 08:57:15 +01:00
Jiri Zbytovsky
5f431c0d01 docs: Add guide for native development on Windows 2025-03-20 13:08:02 +01:00
Jiri Zbytovsky
a16e1c6ee2 docs(suite-desktop): update Suite Desktop docs 2025-03-19 10:40:40 +01:00
Martin Vere Cihlar
75a1bcd4bb feat(e2e): New test for Trading navigation (#17722) 2025-03-17 21:29:22 +01:00
Ondřej Hájek
bc14a45dfe feat(e2e): Canary FW CI pipelines for playwright tests (#17606)
* feat(e2e): Canary FW CI pipelines for playwright tests

* fix(e2e): changed base url and grep for fw canary

* feat(ci): Added tagging

* fix(ci): Fixed PR review comments

* feat(ci): Added docs
2025-03-17 21:26:25 +01:00
Martin Varmuza
14b0ed676f chore(connect): remove unused code 2025-03-06 10:47:26 +01:00
Martin Vere Cihlar
d9685a0065 fix(e2e): Finetune local timeout (#17397)
Increase local timeout to 90s
Introduces actionTimeout of 15s
Introduces .env test timeout override
2025-03-05 10:09:16 +01:00
Martin Vere Cihlar
22ed7c74ca refactor(e2e): Rename fixtures and page objects (#17323)
* refactor(e2e): Rename fixtures
* fix(e2e): PR feedback
2025-03-03 12:02:37 +01:00
Carlos Garcia Ortiz karliatto
480c589e88 docs(connect): removing deployment docs are code now 2025-02-27 13:38:07 +01:00
Ondrej Hajek
17c575d2bf feat(e2e): Removed Cypress 2025-02-27 08:37:08 +01:00
Jiri Zbytovsky
702b657ea9 docs: more details on Windows signing 2025-02-26 10:33:46 +01:00
Jiri Zbytovsky
60f76b63dc docs(suite): don't instruct to build:libs needlessly 2025-02-19 12:40:39 +01:00
Martin Vere Cihlar
f5bc4a6507 First trading sell test for BTC (#16889)
* feat(e2e): Introduce a draft of trading sell test + rafactoring

refactors shared methods between sell and buy
adds more verifications of request payloads
simplifies the creation of Trade response

* feat(e2e): Extends sell flow till the send

new passphrase wallet for trading tests
few new locators
new .env file for tests
removes traces from CI

* fix(e2e): PR improvements and fixes

* fix(e2e): Minor fixes and improvements on PR
2025-02-07 18:30:24 +01:00
Martin Vere Cihlar
d74b38b90e 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
2025-01-24 15:14:47 +01:00
Martin Vere Cihlar
1fb7d67c25 E2E initial Invity mocking and Headless runs (#16429)
* feat(e2e): Invity mocking for playwright tests

* feat(e2e): expands validation of buy-coin tests

* fix(e2e): Fix locators and masking of refresh time

* refactor(e2e): Switch e2e tests to HEADLESS mode

* refactor(e2e): Switching to true chromium headless

modifies browser tests
updates snapshots
removes unnecessary steps

* fix(e2e): PR cleanup
2025-01-20 14:50:31 +01:00
Carlos Garcia Ortiz karliatto
06bba321e7 docs(connect): how to install python dependencies from submodule 2025-01-20 11:41:11 +01:00
Matej Kriz
a7c00a088d feat(message-system): load valid experiments to store also for mobile app 2025-01-14 11:40:17 +01:00
Martin Vere Cihlar
0685af3362 feat(e2e): adds script for updating snapshots + docs (#16315) 2025-01-13 09:46:05 +01:00
Martin Homola
d6d3f3d982 feat(message-system): add ab testing message 2025-01-07 22:22:35 +09:00
Martin Vere Cihlar
a2ffd0ac4a feat(e2e): Add test.step decorator to all page object methods (#16148)
* feat(e2e): Add test.step decorator to all page object methods

* feat(e2e): guideline entry about step decorators
2025-01-03 18:27:14 +01:00
Martin Vere Cihlar
631f1504ca feat(e2e): Converting cy to pw general.test.ts (#15882)
* feat(e2e): Converting cy to pw general.test.ts

* fix(e2e): Adds retry mechanism for dropdown options in setting tests

* feat(e2e): Start attaching electron traces to the report

* feat(e2e): Electron test videos are not added to reports
2024-12-11 14:55:19 +01:00
Ondřej Hájek
122f8f54c8 docs(e2e): Updated e2e tests docs after PW update (#15777) 2024-12-05 15:31:34 +01:00
Szymon Lesisz
56895b234f docs(suite-desktop): debugging build on windows 2024-12-03 14:27:26 +01:00
Vere-Grey
ceb44848a6 refactor(e2e): Refactors Locators in rest of the suite-core (#15623)
all page objects have locators refactored
related methods updated and renamed
several redundant methods were removed
adds few testids to product
expands contribution guide
2024-11-28 14:04:17 +01:00
Vere-Grey
ea49e44374 fix(e2e): Resolve local fails of core tests (#15566)
These tests are passing without an issue on CLI
Conditionaly skiping local runs of 'EAP test'. Adding issue to backlog
Annoting dependency of 'Electrum completes discovery successfully'
2024-11-26 08:30:14 +01:00
Ondrej Hajek
25d18916be refactor(e2e): Added contribution guide and lint fixes 2024-11-25 10:28:23 +01:00
Jan Komarek
203214268b fix(suite, suite-desktop-ui, suite-common): add type check to messages.ts and fix translations 2024-11-12 13:23:15 +01:00
Jiri Zbytovsky
e701922a79 docs(suite): remove bcrypto troubleshooting md 2024-11-07 15:05:20 +01:00
Tomas Martykan
4cc7107b35 fix(docs): mdbook build 2024-11-05 12:53:01 +01:00
Ondrej Hajek
ccbdee9593 fix(e2e): Fixed and refactored wallet labeling test 2024-10-29 09:28:05 +01:00
Jiri Zbytovsky
ba80a401b9 docs: Fix link in summary.md 2024-10-01 13:24:02 +02:00
Jiri Zbytovsky
e2e2405652 docs(suite): bcrypto build troubleshooting 2024-09-26 14:14:52 +02:00
Tomas Martykan
db4a69e4d8 docs(connect): remove docs that are replaced by Connect Explorer 2024-09-11 14:00:53 +02:00