mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

- Randomise test order. - Use deferred fulfilment in more places. - Make sure to change something before awaiting the fulfilment. - Build a fresh AppSettings after reset(). - Retry tests on failure.
33 lines
640 B
Plaintext
33 lines
640 B
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "D789E5F1-30B8-4A23-B20E-281ACE05CFD6",
|
|
"name" : "Default",
|
|
"options" : {
|
|
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"defaultTestExecutionTimeAllowance" : 60,
|
|
"environmentVariableEntries" : [
|
|
{
|
|
"key" : "IS_RUNNING_UNIT_TESTS",
|
|
"value" : "1"
|
|
}
|
|
],
|
|
"testExecutionOrdering" : "random",
|
|
"testTimeoutsEnabled" : true
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:ElementX.xcodeproj",
|
|
"identifier" : "32C23C8D224D46EFE62AFAD0",
|
|
"name" : "UnitTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|