Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qavajs/service-selenium-standalone

service to work with selenium standalone
https://github.com/qavajs/service-selenium-standalone

qa test-automation testing

Last synced: 3 days ago
JSON representation

service to work with selenium standalone

Awesome Lists containing this project

README

        

# @qavajs/service-selenium-standalone
service to work with selenium standalone

`npm install @qavajs/service-selenium-standalone`

### configuration

```javascript
module.exports = {
default: {
service: ['@qavajs/service-selenium-standalone']
}
}

```