hermione-geckodriver
v1.1.0
Published
Hermione plugin for lounch geckodriver.
Downloads
2
Maintainers
Readme
hermione-geckodriver
Hermione plugin for lounch geckodriver.
Install
npm i -D hermione-geckodriver
Usage
- 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