summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPNUITests/tests.json
blob: 3d45b2ea9fce0a5dec0152dfeda74fc1898c45ed (plain)
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
{
    "tests": {
        "nightly": [
            "AccountTests",
            "ConnectivityTests",
            "CustomListsTests",
            "LeakTests",
            "RelayTests",
            "SettingsTests"
        ],
        "pr-merge-to-main": [
            "AccountTests/testLogin",
            "AccountTests/testCreateAccount",
            "RelayTests"
        ],
        "api-tests": [
            "AccountTests"
        ],
        "pr-opened": [
            "AccountTests/testLogin",
            "AccountTests/testCreateAccount",
            "RelayTests"
        ]
    }
}