Commit graph

32 commits

Author SHA1 Message Date
Blazebrain
cc00fda5a3 fix: Issue with transaction history test 2024-09-28 03:29:51 +01:00
Blazebrain
761b746e3f test: Modifying tests to flow with wallet grouping implementation 2024-09-27 23:55:48 +01:00
Blazebrain
bf97bc0dd7 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-659-Transaction-History-Automated-Tests 2024-09-26 15:21:54 +01:00
David Adegoke
4adb81c4dc
CW-727/728-Automated-Integrated-Tests (#1514)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* feat: Integration tests setup and tests for Disclaimer, Welcome and Setup Pin Code pages

* feat: Integration test flow from start to restoring a wallet successfully done

* test: Dashboard view test and linking to flow

* feat: Testing the Exchange flow section, selecting sending and receiving currencies

* test: Successfully create an exchange section

* feat: Implement flow up to sending section

* test: Complete Exchange flow

* fix dependency issue

* test: Final cleanups

* feat: Add CI to run automated integration tests withan android emulator

* feat: Adjust Automated integration test CI to run on ubuntu 20.04-a

* fix: Move integration test CI into PR test build CI

* ci: Add automated test ci which is a streamlined replica of pr test build ci

* ci: Re-add step to access branch name

* ci: Add KVM

* ci: Add filepath to trigger the test run from

* ci: Add required key

* ci: Add required key

* ci: Add missing secret key

* ci: Add missing secret key

* ci: Add nano secrets to workflow

* ci: Switch step to free space on runner

* ci: Remove timeout from workflow

* ci: Confirm impact that removing copy_monero_deps would have on entire workflow time

* ci: Update CI and temporarily remove cache related to emulator

* ci: Remove dynamic java version

* ci: Temporarily switch CI

* ci: Switch to 11.x jdk

* ci: Temporarily switch CI

* ci: Revert ubuntu version

* ci: Add more api levels

* ci: Add more target options

* ci: Settled on stable emulator matrix options

* ci: Add more target options

* ci: Modify flow

* ci: Streamline api levels to 28 and 29

* ci: One more trial

* ci: Switch to flutter drive

* ci: Reduce options

* ci: Remove haven from test

* ci: Check for solana in list

* ci: Adjust amounts and currencies for exchange flow

* ci: Set write response on failure to true

* ci: Split ci to funds and non funds related tests

* test: Test for Send flow scenario and minor restructuring for test folders and files

* chore: cleanup

* ci: Pause CI for now

* ci: Pause CI for now

* ci: Pause CI for now

* Fix: Add keys back to currency amount textfield widget

* fix: Switch variable name

* fix: remove automation for now

* test: Updating send page robot and also syncing branch with main

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-09-22 05:46:51 +03:00
Blazebrain
57fd116248 Merge branch 'CW-659-Confirm-Seeds-Display-Correctly' of https://github.com/cake-tech/cake_wallet into CW-659-Transaction-History-Automated-Tests 2024-09-18 10:31:08 +01:00
Blazebrain
a096947f17 Merge branch 'CW-659-Create-Wallets-Automated-Tests' of https://github.com/cake-tech/cake_wallet into CW-659-Confirm-Seeds-Display-Correctly 2024-09-18 09:43:44 +01:00
Blazebrain
6698c2504a Merge branch 'CW-659-Restore-Wallets-Automated-Tests' of https://github.com/cake-tech/cake_wallet into CW-659-Create-Wallets-Automated-Tests 2024-09-18 09:32:44 +01:00
Blazebrain
c58d5a646b Merge branch 'CW-659-Automated-Integrated-Tests' of https://github.com/cake-tech/cake_wallet into CW-659-Restore-Wallets-Automated-Tests 2024-09-18 09:20:31 +01:00
Blazebrain
d0e0ddd1e3 test: Updating send page robot and also syncing branch with main 2024-09-18 08:26:53 +01:00
Blazebrain
1e962710ce feat: Automated Integration Tests for Transaction History flow 2024-09-18 08:17:19 +01:00
Blazebrain
1979fcbe5c feat: Automated Tests for Transaction History Flow 2024-08-29 14:07:31 +01:00
Blazebrain
d197b7150a tests: Confirm Seeds Display Correctly Automated Tests 2024-08-19 16:27:35 +01:00
Blazebrain
7c169fe6e4 tests: Add missing await for call 2024-08-13 18:38:33 +01:00
Blazebrain
06bde3e0c7 Merge branch 'CW-659-Restore-Wallets-Automated-Tests' of https://github.com/cake-tech/cake_wallet into CW-659-Create-Wallets-Automated-Tests 2024-08-13 18:37:57 +01:00
Blazebrain
e9a41a1f56 tests: Further optimize common flows 2024-08-13 18:35:59 +01:00
Blazebrain
b6474ae621 tests: Automated tests for Create wallets flow 2024-08-13 18:30:52 +01:00
Blazebrain
bdf1127564 fix: Switch variable name 2024-08-13 13:27:54 +01:00
Blazebrain
1169b416d9 test: Restore wallets integration automated tests 2024-08-09 13:42:29 +01:00
Blazebrain
14735d3d47 chore: cleanup 2024-07-31 14:32:16 +01:00
Blazebrain
989ecbb2de test: Test for Send flow scenario and minor restructuring for test folders and files 2024-07-31 14:13:23 +01:00
Blazebrain
9dc96d7d22 ci: Split ci to funds and non funds related tests 2024-07-12 13:55:12 +01:00
Blazebrain
35eb07b780 ci: Adjust amounts and currencies for exchange flow 2024-07-12 06:53:13 +01:00
Blazebrain
89c16519eb ci: Check for solana in list 2024-07-11 16:43:42 +01:00
Blazebrain
8ec2097886 ci: Remove haven from test 2024-07-11 16:39:53 +01:00
Blazebrain
7b99667a14 test: Final cleanups 2024-07-03 11:28:02 +01:00
Blazebrain
97fced4cad test: Complete Exchange flow 2024-07-01 13:00:17 +01:00
Blazebrain
2038154b32 feat: Implement flow up to sending section 2024-06-28 15:03:00 +01:00
Blazebrain
b31bbc9120 test: Successfully create an exchange section 2024-06-27 10:01:13 +01:00
Blazebrain
66af74f0c0 feat: Testing the Exchange flow section, selecting sending and receiving currencies 2024-06-27 07:17:06 +01:00
Blazebrain
8ec38e10ff test: Dashboard view test and linking to flow 2024-06-25 18:12:38 +01:00
Blazebrain
767ea3718e feat: Integration test flow from start to restoring a wallet successfully done 2024-06-24 13:03:28 +01:00
Blazebrain
ccf54ab636 feat: Integration tests setup and tests for Disclaimer, Welcome and Setup Pin Code pages 2024-06-21 11:55:07 +01:00