Skip to content

os_version invalid error when trying to test iOS 13 #226

@mgol

Description

@mgol

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

  1. Provide the following browsers field 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"
  	}
  ]
  1. Run browserstack-runner.

browserstack.json

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions