You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running automated test with capabilities "platform": "MAC" it should run test only on OSX 10.13 High Sierra nodes. I can isolate tests targeting OSX 10.12 Sierra by using "platform": "SIERRA".
Currently no support for specifying nodes running High Sierra 10.13 OSX on selenium grid with existing Sierra 10.12 OSX nodes.
Actual Behavior -
Some tests run on 10.12 and some on 10.13.
Selenium hub routes tests to OSX 10.12 or 10.13 based on some routing pattern (round-robin,sequential,etc.)
Steps to reproduce -
Create a selenium grid with OSX 10.12 and 10.13.
Run tests with capabilities "platform": "MAC".
Refernce
Known and Supported Platforms that WebDriver runs on
Environment
Expected Behavior
When running automated test with capabilities "platform": "MAC" it should run test only on OSX 10.13 High Sierra nodes. I can isolate tests targeting OSX 10.12 Sierra by using "platform": "SIERRA".
Currently no support for specifying nodes running High Sierra 10.13 OSX on selenium grid with existing Sierra 10.12 OSX nodes.
Actual Behavior -
Some tests run on 10.12 and some on 10.13.
Selenium hub routes tests to OSX 10.12 or 10.13 based on some routing pattern (round-robin,sequential,etc.)
Steps to reproduce -
Create a selenium grid with OSX 10.12 and 10.13.
Run tests with capabilities "platform": "MAC".
Refernce
Known and Supported Platforms that WebDriver runs on
https://github.com/SeleniumHQ/selenium/blob/master/java/client/src/org/openqa/selenium/Platform.java
Doesn't include identifier for MacOSX 10.13 High Sierra
The text was updated successfully, but these errors were encountered: