3.4.1 • Published 8 months ago
@nightwatch/browserstack v3.4.1
@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.4.1
8 months ago
3.4.0
9 months ago
3.3.0
1 year ago
3.2.6
1 year ago
3.2.5
1 year ago
3.2.4
1 year ago
3.2.3
1 year ago
3.2.2
1 year ago
3.2.1
2 years ago
3.2.0
2 years ago
3.1.1
2 years ago
3.1.0
2 years ago
0.2.3
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.2.2
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.0
2 years ago