Add test plans for all test targets (#740)
* Add UnitTests test plan * Add IntegrationTests plan * Add changelog.d file * Update ElementX schema
This commit is contained in:
25
UnitTests/SupportingFiles/UnitTests.xctestplan
Normal file
25
UnitTests/SupportingFiles/UnitTests.xctestplan
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"configurations" : [
|
||||
{
|
||||
"id" : "D789E5F1-30B8-4A23-B20E-281ACE05CFD6",
|
||||
"name" : "Default",
|
||||
"options" : {
|
||||
|
||||
}
|
||||
}
|
||||
],
|
||||
"defaultOptions" : {
|
||||
"defaultTestExecutionTimeAllowance" : 60,
|
||||
"testTimeoutsEnabled" : true
|
||||
},
|
||||
"testTargets" : [
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:ElementX.xcodeproj",
|
||||
"identifier" : "32C23C8D224D46EFE62AFAD0",
|
||||
"name" : "UnitTests"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 1
|
||||
}
|
||||
@@ -22,8 +22,9 @@ schemes:
|
||||
gatherCoverageData: true
|
||||
coverageTargets:
|
||||
- ElementX
|
||||
targets:
|
||||
- UnitTests
|
||||
testPlans:
|
||||
- path: UnitTests.xctestplan
|
||||
defaultPlan: true
|
||||
|
||||
targets:
|
||||
UnitTests:
|
||||
|
||||
Reference in New Issue
Block a user