status-react/test/appium
Jakub Sokołowski 2ceef5ced3
chore: drop obsolete eth.staging fleet
92ef58d4...c7397e18

Previously used to stage upgrades of `eth.prod`.
Now `eth.prod` fleet is in maintenance mode and no upgrades are expected.

And yes, I'm removing tests that reference old Waku v1 fleets because
I don't see a point in them.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-28 12:59:05 +02:00
..
docker rename status-react to status-mobile 2022-07-17 14:46:16 +02:00
support e2e: fix for reruning tests 2024-04-22 15:22:18 +03:00
tests chore: drop obsolete eth.staging fleet 2024-05-28 12:59:05 +02:00
views e2e: fixes for activity center and some more 2024-05-15 22:52:08 +03:00
README.md e2e: tx users 2022-03-07 22:17:39 +01:00
pytest.ini e2e: split community and activity center tests to reduce time 2023-08-31 01:24:01 +03:00
requirements.txt e2e: deep links tests added 2023-11-29 14:09:31 +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