status-desktop/test
Jakub Sokołowski 3f7484f0fc
chore: merge qa automation repo as subfolder
Because as far as we know there's no good reason why
Volodimir insisted on it being a separate repository.

The merging of `desktop-qa-automation` was one using
[`git-filter-repo`](https://github.com/newren/git-filter-repo) tool and these instructions:
https://gist.github.com/x-yuri/9890ab1079cf4357d6f269d073fd9731

Steps:
```sh
git clone git@github.com:status-im/status-desktop
git clone git@github.com:status-im/desktop-qa-automation
cd desktop-qa-automation
git filter-repo --to-subdirectory-filter test/e2e
cd ../status-desktop
git remote add test-e2e ../desktop-qa-automation
git fetch test-e2e --no-tags
git merge --no-edit --allow-unrelated-histories test-e2e/master
```

Here's proof that it can work for a nightly, but will definitely need more adjustments:
https://ci.status.im/job/status-desktop/job/systems/job/linux/job/x86_64/job/tests-e2e/3/

And here's and example PR E2E run:
https://ci.status.im/job/status-desktop/job/e2e/job/prs-merged/2/

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-03 09:48:03 +02:00
..
e2e chore: improve profile 2024-06-03 10:18:31 +03:00
go/test-wallet_connect/modal chore(wallet): add integration dev tests for pending tx status update 2024-01-12 22:23:39 +01:00
libs/StatusGoQt chore(test): drop usage of ganache in old E2E tests 2023-11-16 12:21:25 +01:00
nim feat(walletconnect): initial code organization 2024-05-02 09:47:30 +02:00
status-go/integration tests(integration) add integration test to debug MTID transfer 2024-04-05 20:18:15 +02:00
ui-test feat: Change optimism network short name (#14766) 2024-05-16 18:37:54 +02:00
unit