e85bc539d3
* Remove password disclaimer, update copy and simplify implementation * Remove non-existing wallet event * Skip profile configuration for the "create profile" onboarding flow * Include flow for new profiles when another profile already exists * Add explanation about temp username * Point 20 to a constant * Simplify create profile password screen * Fix password creation screen jump on mount * e2e: updated tests * Completely remove the "create profile" onboarding screen * e2e: updated tests with recovering user --------- Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com> |
||
---|---|---|
.. | ||
docker | ||
support | ||
tests | ||
views | ||
README.md | ||
pytest.ini | ||
requirements.txt |
README.md
E2E tests requirements
Environment variables
- WEB3_INFURA_PROJECT_ID
- ETHERSCAN_API_KEY
- If running on SauceLab emulators:
- SAUCE_USERNAME
- SAUCE_ACCESS_KEY
- 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