diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2025-05-28 11:06:10 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-06-03 12:03:16 +0200 |
| commit | bb140aaff32e87779ca230bc0f93130e80ab14f3 (patch) | |
| tree | 13710a6ebb9c74765959cc968f9a3a497eb26306 /ios/Configurations | |
| parent | d51026519ac0b54ad88ee23d3645227188be1f13 (diff) | |
| download | mullvadvpn-bb140aaff32e87779ca230bc0f93130e80ab14f3.tar.xz mullvadvpn-bb140aaff32e87779ca230bc0f93130e80ab14f3.zip | |
Add if: always() to "archive test report" action
Diffstat (limited to 'ios/Configurations')
| -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 |
