1.1.0 • Published 7 years ago
hermione-geckodriver v1.1.0
hermione-geckodriver
Hermione plugin for lounch geckodriver.
Install
npm i -D hermione-geckodriverUsage
- Install geckodriver (node-geckodriver).
npm i -g geckodriver - Install Firefox:
or download here.brew cask install firefox - Set options for the plugin in your hermione config:
{ gridUrl: 'http://127.0.0.1:<PORT>/wd/hub', plugins: { 'hermione-geckodriver': { geckoDriverArgs: ['--port=4444', '--disable-gpu'] } }, system: { mochaOpts: { timeout: 0 } } }
Options
| Option | Default | Description |
|---|---|---|
geckoDriverArgs | Arguments for geckodriver. |
Licence
MIT