status-desktop/test/e2e
Jakub Sokołowski bbc81717ce fix(all): refactor killing processes and waiting
* Use `psutils.pid_exists()` instead of iterating processes for no reason.
* Drop use of recursion which is completely unnecessarily complex. Use loop.
* Remove checking of `returncode` right away after process starts, it's too soon.
* Lower `PROCESS_TIMEOUT_SEC` to 5 seconds to avoid needless delays.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-12-01 14:48:46 +01:00
..
ci chore: stabilise test (#333) 2023-11-22 13:42:26 +03:00
configs fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
constants fix: remove windows carrige returns from files 2023-12-01 10:00:56 +03:00
driver fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
ext test: test_setup_keycard_with_existing_account added (#282) 2023-11-10 12:34:49 +01:00
fixtures fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
gui chore: reorganise wallet tests (#355) 2023-12-01 15:56:57 +03:00
scripts fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
tests fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
.gitignore feat(driver): add squish.ini config file to repo 2023-12-01 14:48:45 +01:00
README.md Update README.md 2023-09-19 13:14:45 +03:00
conftest.py chore: Create screenshot of multiple instances on test fail (#273) 2023-11-07 18:26:07 +01:00
pytest.ini Ci/74 jenkins file (#118) 2023-09-28 14:44:13 +02:00
requirements.txt chore: add reporting of nightly results to test rail (#228) 2023-11-02 17:08:22 +01:00
squish.ini feat(driver): add squish.ini config file to repo 2023-12-01 14:48:45 +01:00