Usage:
$ npm install
$ sef --hypothetical-help
Usage
$ sef --config configuration-file.js
module.exports = {
webroot: "http://localhost:8000",
webdriverServer: "http://localhost:9515",
ignoreLogsMatching: [
/cast_sender/,
/favicon/,
],
capabilities: {
'browserName': 'chrome',
},
urlFile: 'list.txt',
}
module.exports = {
webroot: "http://localhost:8000",
ignoreLogsMatching: [
/cast_sender/,
/favicon/,
],
capabilities: {
'browserName': 'chrome',
'browserstack.user': 'USERNAME',
'browserstack.key': 'KEY',
// see Browserstack configuration:
'browserstack.local': 'true',
'browserstack.localIdentifier': 'SOME_IDENTIFIER'
},
urlFile: 'list.txt',
}