Anastasiya Semenkevich
4673c1af57
tests: reduce timeout for saved address test
2024-08-19 14:36:50 +03:00
Anastasiya Semenkevich
b73346200b
chore: increase process timeout for 10 seconds
2024-01-23 10:06:21 +03:00
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
Vladimir Druzhinin
26b77dba45
Test(Community) Join community via owner invite
...
#96
2023-09-11 21:48:52 +02:00
Vladimir Druzhinin
fe724ef186
Test(pytest) start aut ( #11482 )
...
* test(pytest) The driver methods added. Wrappers for UI elements added.
#67
* test(pytest) Squishserver added
#68
* test(pytest) Attach/Detach AUT methods added
#69
* test(pytest) Main window handler added
#70
* test(pytest) Save screenshot on fail added
#71
* test(pytest) Wait for squishserver added
#71
* test(pytest) Setup Windows
#71
* Generate new keys (#11804 )
* test(pytest) Image comparison methods added
#76
* test(pytest) Tesseract methods added
#77
* test(pytest) The Methods to search color on image added
#80
* test(onboarding) Test on generation new keys added
#75
* test(pytest) Handlers for OS Native File dialog added
#81
* test(Onboarding) Test on Profile image added
#83
* Allure and TestRail integration (#11806 )
* test(Allure) Steps descriptions added
#72
* test(TestRail) Integration
#72
2023-08-04 20:27:03 +02:00
Vladimir Druzhinin
13af133ab6
test(pytest) Import squish as a python module. ( #11421 )
...
#66
2023-07-10 17:55:10 +02:00