-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy path.e2e.env.example
More file actions
48 lines (41 loc) · 1.81 KB
/
.e2e.env.example
File metadata and controls
48 lines (41 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# ENV vars for e2e tests to run on CI
export MM_TEST_ACCOUNT_SRP='word1 word... word12'
export MM_TEST_ACCOUNT_ADDRESS='0x...'
export MM_TEST_ACCOUNT_PRIVATE_KEY=''
export IS_TEST="true"
# Temporary mechanism to enable security alerts API prior to release.
export MM_SECURITY_ALERTS_API_ENABLED="true"
# Multichain test dapp URL configuration
# By default, uses the local embedded test dapp
# Set USE_LOCAL_DAPP=false to use a remote dapp URL instead
export USE_LOCAL_DAPP=true
# Remote dapp URL (only used when USE_LOCAL_DAPP=false)
# Option 1: Use the official MetaMask test dapp
export MULTICHAIN_DAPP_URL="https://metamask.github.io/test-dapp-multichain/latest/"
# Option 2: Use a custom remote URL
# export MULTICHAIN_DAPP_URL="https://your-multichain-dapp.example.com/"
# E2E prebuild paths
export PREBUILT_IOS_APP_PATH='build/MetaMask.app'
export PREBUILT_ANDROID_APK_PATH='build/MetaMask.apk'
export PREBUILT_ANDROID_TEST_APK_PATH='build/MetaMask-Test.apk'
export TEST_SRP_1=
export TEST_SRP_2=
export TEST_SRP_3=
export BROWSERSTACK_USERNAME=
export BROWSERSTACK_ACCESS_KEY=
# Appwright performance -> Sentry instrumentation
# If E2E_PERFORMANCE_SENTRY_DSN is defined, each scenario uploads timers to Sentry.
export E2E_PERFORMANCE_SENTRY_DSN=
# Optional. Set to false to disable upload even when DSN is present.
export E2E_PERFORMANCE_SENTRY_ENABLED=true
# Optional sample rate between 0 and 1 (default: 1).
export E2E_PERFORMANCE_SENTRY_SAMPLE_RATE=1
# Optional metadata for Sentry events.
export E2E_PERFORMANCE_SENTRY_ENVIRONMENT=e2e-performance
export E2E_PERFORMANCE_SENTRY_RELEASE=
# Set BROWSERSTACK_LOCAL=true when using run-appwright:mm-connect-android-bs-local (BrowserStack Local tunnel)
# BROWSERSTACK_LOCAL=true
export SEEDLESS_ONBOARDING_ENABLED=
export SOLANA_MODAL_ENABLED=
export METRO_PORT_E2E=
export METRO_HOST_E2E=