Skip to content

Instantly share code, notes, and snippets.

@beefon
Created December 6, 2019 13:50
Show Gist options
  • Save beefon/a437edca000af456ed451814dc324b00 to your computer and use it in GitHub Desktop.
Save beefon/a437edca000af456ed451814dc324b00 to your computer and use it in GitHub Desktop.
{
"entries": [{
"testsToRun": [],
"testDestination": {
"deviceType": "iPhone 7",
"runtime": "11.3"
},
"numberOfRetries": 5,
"environment": {
"SOME_ENV": "it will be available in tests via ProcessInfo.processInfo.environment"
},
"testType": "logicTest",
"buildArtifacts": {
"xcTestBundle": {
"location": "http://example.com/file.zip#FunctionalTests.xctest",
"runtimeDumpKind": "logicTest"
},
"additionalApplicationBundles": []
},
"toolResources": {
"simulatorControlTool": {
"toolType": "fbsimctl",
"location": "http://example.com/fbsimctl.zip"
},
"testRunnerTool": {
"toolType": "fbxctest",
"fbxctestLocation": "http://example.com/fbxctest.zip"
}
},
"toolchainConfiguration": {
"developerDir": {
"kind": "useXcode",
"CFBundleShortVersionString": "11.2.1"
}
},
"scheduleStrategy": "progressive",
"simulatorSettings": {
"simulatorLocalizationSettings": null,
"watchdogSettings": null
},
"testTimeoutConfiguration": {
"singleTestMaximumDuration": 20,
"testRunnerMaximumSilenceDuration": 20
}
}],
"priority": 500,
"testDestinationConfigurations": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment