hermione-sauce
Version:
Plugin for starting up Sauce Connect when running tests with hermione
30 lines (29 loc) • 595 B
JSON
{
"name": "hermione-sauce",
"version": "0.1.0",
"author": "Serhii Kulykov",
"license": "MIT",
"description": "Plugin for starting up Sauce Connect when running tests with hermione",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/web-padawan/hermione-sauce.git"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"hermione",
"hermione-plugin",
"saucelabs",
"sauce",
"connect",
"testing"
],
"dependencies": {
"lodash": "^4.17.15",
"sauce-connect-launcher": "^1.3.1",
"uuid": "^2.0.1"
}
}