https://github.com/manolo/gemini-selenium
A `gemini` plugin that starts `selenium` before running tests.
https://github.com/manolo/gemini-selenium
Last synced: 4 months ago
JSON representation
A `gemini` plugin that starts `selenium` before running tests.
- Host: GitHub
- URL: https://github.com/manolo/gemini-selenium
- Owner: manolo
- License: apache-2.0
- Created: 2018-06-03T12:42:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T11:15:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T05:55:36.659Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gemini-selenium
This is a `gemini` plugin that starts `selenium` before running tests.
## Installation
`npm install gemini-selenium`## Configuration
```yml
system:
plugins:
selenium: true
```