Last active
November 4, 2020 18:13
-
-
Save thepoppingone/a0a22899cc64dc93391e60d21d0981a6 to your computer and use it in GitHub Desktop.
Capabilities for ios browser test
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
{ | |
"platformName": "iOS", | |
"platformVersion": "12.1", | |
"deviceName": "iPhone XS", | |
"browserName": "Safari", | |
"automationName": "XCUITest" | |
} |
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
test file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment