selenium-error-finder

1.1.1 • Public • Published

selenium-error-finder

Usage:

$ npm install
$ sef --hypothetical-help
 
  Usage
  $ sef --config configuration-file.js

Sample configuration

module.exports = {
  webroot: "http://localhost:8000",
  webdriverServer: "http://localhost:9515",
  ignoreLogsMatching: [
    /cast_sender/,
    /favicon/,
  ],
  capabilities: {
    'browserName': 'chrome',
  },
  urlFile: 'list.txt',
}

Using Browserstack

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',
}

License

MIT (http://opensource.org/licenses/mit-license.php)

Readme

Keywords

none

Package Sidebar

Install

npm i selenium-error-finder

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • hkrutzer