Closed MrFusion42 closed 9 years ago
This feature is already supported by nightwatch
through settings like:
{
"selenium_host": "hub.crossbrowsertesting.com",
"selenium_port": 80,
"desiredCapabilities": {
"browser_api_name": "IE10",
"os_api_name": "Win7x64-C2",
"browserName": "internet explorer",
"username": "user@domain.com",
"password": "[GENERATED]"
}
}
The values for desiredCapabilities
are provided by CrossBrowserTesting itself.
It would be nice to have CrossBrowserTesting integration