status-react/test/appium
pavloburykh 99ccf59b0a
moved test_chat_gap to 1_1 medium group
2022-05-12 12:40:25 +03:00
..
docker Change shebang in bash scripts 2019-03-21 13:57:00 +01:00
support e2e: group chats 2022-05-09 21:43:01 +02:00
tests moved test_chat_gap to 1_1 medium group 2022-05-12 12:40:25 +03:00
views e2e: fix test_sticker_1_1_public_chat 2022-05-10 13:01:50 +03:00
README.md e2e: tx users 2022-03-07 22:17:39 +01:00
pytest.ini e2e: setup and teardown with shared drivers 2021-12-15 21:14:16 +02:00
requirements.txt e2e: fix ens and tx tests 2022-02-11 18:05:06 +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