Jakub Sokołowski
3f7484f0fc
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> |
||
---|---|---|
.. | ||
e2e | ||
go/test-wallet_connect/modal | ||
libs/StatusGoQt | ||
nim | ||
status-go/integration | ||
ui-test | ||
unit |