diff options
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index 988a9a65d7..42465a9a59 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -17,6 +17,9 @@ UNINSTALL_APP_IN_TEST_SUITE_TEAR_DOWN = 1 // Mullvad accounts used by UI tests HAS_TIME_ACCOUNT_NUMBER = +// Note that screenshots tests use the config=MockRelease (which uses a real account), +// while UI tests use config=Staging (which uses Stagemole). +// the Debug configuration is provided for developer convenience, and uses real accounts. // Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host. AD_SERVING_DOMAIN = vpnlist.to |
