forked from supabase/supabase-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAllTests.xctestplan
66 lines (64 loc) · 1.26 KB
/
AllTests.xctestplan
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"configurations" : [
{
"id" : "5F632059-FF26-463E-B598-A1902519AB3F",
"name" : "Configuration 1",
"options" : {
}
}
],
"defaultOptions" : {
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:",
"identifier" : "FunctionsTests",
"name" : "FunctionsTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "PostgRESTTests",
"name" : "PostgRESTTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "RealtimeTests",
"name" : "RealtimeTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "StorageTests",
"name" : "StorageTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "SupabaseTests",
"name" : "SupabaseTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "AuthTests",
"name" : "AuthTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "_HelpersTests",
"name" : "_HelpersTests"
}
}
],
"version" : 1
}