diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-06-27 14:15:15 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-08 15:37:53 +0200 |
| commit | c60fbe6238e6ff23b13c6cd71de3ab087741e674 (patch) | |
| tree | ec5102cf54d0b40315960044d3e8ef0e8e1fb927 /ios/Configurations | |
| parent | 11adc05d190254314ca70fc3d8af5892aadc3ad7 (diff) | |
| download | mullvadvpn-c60fbe6238e6ff23b13c6cd71de3ab087741e674.tar.xz mullvadvpn-c60fbe6238e6ff23b13c6cd71de3ab087741e674.zip | |
Change the way iOS end to end tests workflows are set up
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index 45688d626f..af31a89b26 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -6,6 +6,12 @@ IOS_DEVICE_PIN_CODE = // UUID to identify test runs. Should be unique per test device. Generate with for example uuidgen on macOS. TEST_DEVICE_IDENTIFIER_UUID = +// Specify whether test device is an iPad or not +TEST_DEVICE_IS_IPAD = 0 + +// Uninstall app after each test suite finish running? +UNINSTALL_APP_IN_TEST_SUITE_TEAR_DOWN = 1 + // Base64 encoded token for the partner API. Will only be used if account numbers are not configured. // PARTNER_API_TOKEN = |
