This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
3548cee149
status-desktop
/
test
/
ui-pytest
/
configs
/
_local.py.ci
8 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test(Onboarding) Test on Import: 12 word seed phrase added #86
2023-08-10 11:43:17 +00:00
import logging
test(pytest) Import squish as a python module. (#11421) #66
2023-07-10 15:55:10 +00:00
import os
test(Onboarding) Test on Import: 12 word seed phrase added #86
2023-08-10 11:43:17 +00:00
LOG_LEVEL = logging.DEBUG
DEV_BUILD = False
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 18:27:03 +00:00
APP_DIR = os.getenv('APP_DIR')