mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
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:
parent
b2f3f289d7
commit
f67207616b
@ -33,8 +33,9 @@ schemes:
|
||||
gatherCoverageData: true
|
||||
coverageTargets:
|
||||
- ElementX
|
||||
targets:
|
||||
- UnitTests
|
||||
testPlans:
|
||||
- path: ../../UnitTests/SupportingFiles/UnitTests.xctestplan
|
||||
defaultPlan: true
|
||||
environmentVariables:
|
||||
IS_RUNNING_UNIT_TESTS: "1"
|
||||
|
||||
|
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:
|
||||
|
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:
|
||||
|
1
changelog.d/pr-740.change
Normal file
1
changelog.d/pr-740.change
Normal file
@ -0,0 +1 @@
|
||||
Add test plans for other test targets.
|
Loading…
x
Reference in New Issue
Block a user