Skip to content

Commit 1a36b00

Browse files
committed
Create permanent test plan with CoreData arguments included
feature/sendable
1 parent 9a3bf9d commit 1a36b00

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

CoreDataRepository.xctestplan

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "3473C2E6-8765-4CE5-8DCC-FAF7D66E9FD2",
5+
"name" : "Test Scheme Action",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"commandLineArgumentEntries" : [
13+
{
14+
"argument" : "-com.apple.CoreData.ConcurrencyDebug 1"
15+
},
16+
{
17+
"argument" : "-com.apple.CoreData.SQLDebug 4",
18+
"enabled" : false
19+
},
20+
{
21+
"argument" : "-com.apple.CoreData.SQLDebug 4",
22+
"enabled" : false
23+
}
24+
]
25+
},
26+
"testTargets" : [
27+
{
28+
"target" : {
29+
"containerPath" : "container:",
30+
"identifier" : "CoreDataRepositoryTests",
31+
"name" : "CoreDataRepositoryTests"
32+
}
33+
}
34+
],
35+
"version" : 1
36+
}

0 commit comments

Comments
 (0)