Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qavajs/service-selenium-standalone
- Owner: qavajs
- License: mit
- Created: 2022-06-16T08:16:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T08:10:29.000Z (over 1 year ago)
- Last Synced: 2024-09-30T18:11:55.600Z (about 2 months ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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']
}
}```