diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-04-30 13:00:55 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-02-06 15:43:20 +0100 |
| commit | e38efe366a5f4147bf49d18c0df27630fba6d4ba (patch) | |
| tree | 05c24b9cdbbc7ca22807d68c73f6ff11b7e3f454 /ios/Configurations | |
| parent | d2317ac641f487aa83affc6c6570d29961db4668 (diff) | |
| download | mullvadvpn-e38efe366a5f4147bf49d18c0df27630fba6d4ba.tar.xz mullvadvpn-e38efe366a5f4147bf49d18c0df27630fba6d4ba.zip | |
Implement basic leak tests
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index af31a89b26..988a9a65d7 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -23,8 +23,11 @@ AD_SERVING_DOMAIN = vpnlist.to // A domain which should be reachable. Used to verify Internet connectivity. Must be running a server on port 80. SHOULD_BE_REACHABLE_DOMAIN = mullvad.net + +// An IP address which should always be reachable. Must be running a server on port 80. +SHOULD_BE_REACHABLE_IP_ADDRESS = 45.83.223.209 -// Base URL for the firewall API, Note that // will be treated as a comment, therefor you need to insert a ${} between the slashes for example http:/${}/8.8.8.8 +// Base URL for the firewall API. Note that // will be treated as a comment, therefor you need to insert a ${} between the slashes for example http:/${}/8.8.8.8 FIREWALL_API_BASE_URL = http:/${}/8.8.8.8 // URL for Mullvad provided JSON data with information about the connection. https://am.i.mullvad.net/json for production, https://am.i.stagemole.eu/json for staging. @@ -32,3 +35,6 @@ AM_I_JSON_URL = https:/${}/am.i.stagemole.eu/json // Specify whether app logs should be extracted and attached to test report for failing tests ATTACH_APP_LOGS_ON_FAILURE = 0 + +// Base URL for the packet capture API. Note that // will be treated as a comment, therefor you need to insert a ${} between the slashes for example http:/${}/8.8.8.8 +PACKET_CAPTURE_BASE_URL = http:/${}/8.8.8.8 |
