Created
December 6, 2019 13:50
-
-
Save beefon/af4c5686e127ca7379cd8aa95933b500 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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