* feat(wallet)_: Add base chain indicator Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com> * e2e: updated Base network name --------- Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com> Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com>
E2E tests requirements
Environment variables
- WEB3_INFURA_PROJECT_ID
- ETHERSCAN_API_KEY
- If running on LambdaTest emulators:
- LAMBDA_TEST_USERNAME
- LAMBDA_TEST_ACCESS_KEY
- If running with Testrail (
--testrail_report=Trueparam):
- 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