status-react/test/appium
Churikova Tetiana 6c0c742676
e2e: align with new communities / cleanup
2023-04-28 13:56:31 +02:00
..
docker
support e2e: new community screens 2023-03-24 11:22:02 +01:00
tests e2e: align with new communities / cleanup 2023-04-28 13:56:31 +02:00
views e2e: align with new communities / cleanup 2023-04-28 13:56:31 +02:00
README.md
pytest.ini
requirements.txt e2e: minor fixes 2023-03-15 16:49:37 +01: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