status-react/test/appium
Yevheniia Berdnyk 4eda8bb6b3
e2e: temp fix for opening a link in Status
2023-11-08 18:47:56 +02:00
..
docker rename status-react to status-mobile 2022-07-17 14:46:16 +02:00
support e2e: updated GH report and fixed 2 tests 2023-10-18 13:47:50 +03:00
tests e2e: temp fix for opening a link in Status 2023-11-08 18:47:56 +02:00
views e2e: fix for creating a new user 2023-11-07 14:43:30 +02:00
README.md
pytest.ini e2e: split community and activity center tests to reduce time 2023-08-31 01:24:01 +03:00
requirements.txt e2e: update cython and pyyaml (#17297) 2023-09-19 13:52:30 +02:00

README.md

E2E tests requirements

Environment variables

  • WEB3_INFURA_PROJECT_ID
  • ETHERSCAN_API_KEY
  1. If running on SauceLab emulators:
  • SAUCE_USERNAME
  • SAUCE_ACCESS_KEY
  1. If running with Testrail (--testrail_report=True param):
  • TESTRAIL_PASS
  • TESTRAIL_USER

Other

Userdata is stored in tests.users module (test/appium/tests/users.py, which is not committed to repo).

So to launch e2e you need to copy users.py to test/appium/tests/ to prevent ImportError

If you are external contributor, you can contact us at error-reports@status.im to get users.py

More info on local setup for e2e can be found here