3.2.6 • Published 5 days ago

@nightwatch/browserstack v3.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

@nightwatch/browserstack

Official Nightwatch plugin for integration with the BrowserStack.

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
    },
    test_observability: {
      enabled: true, // set true for enabling browserstack test observability
      user: '${BROWSERSTACK_USERNAME}',
      key: '${BROWSERSTACK_ACCESS_KEY}',
      projectName: "BrowserStack Samples",
      buildName: "browserstack build"
    }
  },

  // other nightwatch settings...
}

License

MIT

3.2.6

5 days ago

3.2.5

16 days ago

3.2.4

2 months ago

3.2.3

2 months ago

3.2.2

4 months ago

3.2.1

6 months ago

3.2.0

7 months ago

3.1.1

8 months ago

3.1.0

8 months ago

0.2.3

10 months ago

0.2.1

11 months ago

0.2.0

12 months ago

0.2.2

11 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago