Configured 'SurgeTests' test bundle to run tests in parallel and randomized order for faster and more correct testing

This commit is contained in:
Vincent Esche 2019-11-01 13:30:03 +01:00
parent d2318c4c34
commit 844fd175cf
3 changed files with 9 additions and 3 deletions

View File

@ -39,7 +39,9 @@
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
skipped = "NO"
parallelizable = "YES"
testExecutionOrdering = "random">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F84A6AAD19A9A72F007B53E1"

View File

@ -38,7 +38,9 @@
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
skipped = "NO"
parallelizable = "YES"
testExecutionOrdering = "random">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "614AD3261FC0AD99002BFE1C"

View File

@ -38,7 +38,9 @@
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
skipped = "NO"
parallelizable = "YES"
testExecutionOrdering = "random">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "614AD3581FC0B001002BFE1C"