tacoss / grunt-nightwatch

Run your Nightwatch.js tests with Grunt
50 stars 22 forks source link

Integrate with CrossBrowserTesting #25

Closed MrFusion42 closed 9 years ago

MrFusion42 commented 10 years ago

It would be nice to have CrossBrowserTesting integration

pateketrueke commented 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.