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:
24
IntegrationTests/SupportingFiles/IntegrationTests.xctestplan
Normal file
24
IntegrationTests/SupportingFiles/IntegrationTests.xctestplan
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"configurations" : [
|
||||
{
|
||||
"id" : "AEF793E9-1B0B-4383-BFE4-68E19BAEDC7F",
|
||||
"name" : "Default",
|
||||
"options" : {
|
||||
|
||||
}
|
||||
}
|
||||
],
|
||||
"defaultOptions" : {
|
||||
"testTimeoutsEnabled" : true
|
||||
},
|
||||
"testTargets" : [
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:ElementX.xcodeproj",
|
||||
"identifier" : "D3DB351B7FBE0F49649171FC",
|
||||
"name" : "IntegrationTests"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 1
|
||||
}
|
||||
@@ -24,8 +24,9 @@ schemes:
|
||||
gatherCoverageData: true
|
||||
coverageTargets:
|
||||
- ElementX
|
||||
targets:
|
||||
- IntegrationTests
|
||||
testPlans:
|
||||
- path: IntegrationTests.xctestplan
|
||||
defaultPlan: true
|
||||
|
||||
targets:
|
||||
IntegrationTests:
|
||||
|
||||
Reference in New Issue
Block a user