status-mobile/test/appium
Jamie Caprani 2861190e5b
New intro screen (#15127)
* feat: add new intro page

* e2e: new intro fix

---------

Co-authored-by: Churikova Tetiana <tatiana@status.im>
2023-03-06 06:42:30 -08:00
..
docker rename status-react to status-mobile 2022-07-17 14:46:16 +02:00
support ci/e2e: make copying of nightly artifacts work 2023-02-09 20:32:18 +01:00
tests e2e: fix deep link profile test 2023-03-06 17:26:29 +05:30
views New intro screen (#15127) 2023-03-06 06:42:30 -08:00
README.md e2e: tx users 2022-03-07 22:17:39 +01:00
pytest.ini e2e: activity centre 2022-12-29 14:49:35 +01:00
requirements.txt Updated pytest and pytest-xdist versions 2023-02-17 12:28:43 +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