wdio-spectre-service
v1.0.0
Published
WebdriverIO service for Spectre Integration
Downloads
1
Maintainers
Readme
WebdriverIO Spectre Service
Installation
The easiest way is to keep wdio-spectre-service
as a devDependency in your package.json
.
{
"devDependencies": {
"wdio-spectre-service": "1.0.0"
}
}
You can simple do it by:
npm install wdio-spectre-service --save-dev