-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
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
- Provide the following
browsersfield in the config:
"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"
}
]- Run browserstack-runner.
browserstack.json
Platform details
- browserstack-runner version: 0.9.1
- node version: v12.16.3
- os type and version: macOS 10.15.4 (19E287)
Details
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.
zeljko-bilandzija and Krinkle
Metadata
Metadata
Assignees
Labels
No labels