<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- Tell us what should happen --> I'm trying to test iOS 11, 12 & 13; they should all spawn. ## Actual Behavior <!--- Tell us what happens instead of the expected behavior --> iOS 13 doesn't spawn. ## Steps to Reproduce the Problem 1. Provide the following `browsers` field in the config: ```json "browsers": [ { "os": "iOS", "os_version": "11", "device": "iPhone X" }, { "os": "iOS", "os_version": "12", "device": "iPhone XS" }, { "os": "iOS", "os_version": "13", "device": "iPhone 11" } ] ``` 2. Run browserstack-runner. ## browserstack.json <!-- Provide your browserstack.json, remember to exclude your browserstack username and access key.--> ## Platform details 1. browserstack-runner version: 0.9.1 2. node version: v12.16.3 3. os type and version: macOS 10.15.4 (19E287) ## Details <!--- Provide a detailed description of the issue that you are facing. --> With the above config I'm getting an error: ``` Error from BrowserStack: Error: Validation Failed - `os_version` invalid ``` iOS 11 & 12 run then tests correctly, iOS 13 doesn't. I'm providing correct `os_version` & `device` according to the v4 API.
Expected Behavior
I'm trying to test iOS 11, 12 & 13; they should all spawn.
Actual Behavior
iOS 13 doesn't spawn.
Steps to Reproduce the Problem
browsersfield in the config:browserstack.json
Platform details
Details
With the above config I'm getting an error:
iOS 11 & 12 run then tests correctly, iOS 13 doesn't. I'm providing correct
os_version&deviceaccording to the v4 API.