GitHunt
PR

prudhvi22/nightwatch-plugin-browserstack

A nightwatch plugin to integrate with Browserstack Local

@nightwatch/browserstack

Nightwatch.js Logo

Official Nightwatch plugin for integration with the BrowserStack Local tunnel.

npm i @nightwatch/browserstack --save-dev

Usage:

Update your Nightwatch configuration and add the plugin to the list:

module.exports = {
  plugins: ['@nightwatch/browserstack'],
  
  // browserstack plugin settings...
  '@nightwatch/browserstack': {
    browserstackLocal: true, // set true to manage browserstack local tunnel. Defaults to false.
    browserstackLocalOptions: {
      // other browserstack local options
    }
  },

  // other nightwatch settings...
}

License

MIT

Languages

JavaScript100.0%

Contributors

MIT License
Created April 12, 2023
Updated January 13, 2023