agenta.js
Version:
A BDD and DSL-oriented, scalable Acceptance Testing Framework using Yadda & Webdriver.io.
89 lines (88 loc) • 1.88 kB
JSON
{
"name": "agenta.js",
"version": "0.0.8",
"description" : "A BDD and DSL-oriented, scalable Acceptance Testing Framework using Yadda & Webdriver.io.",
"homepage": "http://agenta.io",
"author" : "Kostas Mamalis <mamalis.kostas@gmail.com>",
"contributors" : [],
"repository" : {
"type" : "git",
"url" : "git://github.com/mamalisk/agenta.git"
},
"main" : ".index.js",
"bugs" : {
"url" : "https://github.com/mamalisk/agenta/issues"
},
"bin" : {
"agenta.js" : "./bin/agenta.js"
},
"license": [
{
"type": "MIT",
"url": "https://github.com/mamalisk/agenta/blob/master/LICENSE"
}
],
"dependencies": {
"yadda" : "^0.11.4",
"chai" : "~1.9.0",
"mocha": "~1.18.2",
"async" : "*",
"asyncawait" : "*",
"gulp" : "*",
"gulp-yadda-steps" : "*",
"didyoumean": "~1.2.0",
"webdriverio" : "^2.3.0",
"winston": "~0.7.3",
"commander": "^2.3.0",
"chainit" : "~2.1.1"
},
"devDependencies": {
"glob": "~3.2.7",
"jshint": "~2.5.1",
"mock-utf8-stream": "~0.1.1",
"proxyquire": "^1.0.1"
},
"scripts" : {
"test" : "mocha",
"integration" : "mocha --timeout 15000 --reporter spec test/integration/*.js",
"yadda-debug" : "mocha debug --timeout 15000 --reporter spec spot-test.js",
"yadda" : "node bin/example.js"
},
"engines": {
"node": ">=0.8.0"
},
"tags": [
"bdd",
"automation",
"end to end testing",
"gherkin",
"webdriver",
"cucumber",
"web",
"test",
"selenium",
"browser",
"javascript"
],
"keywords": [
"agenta",
"yadda",
"webdriverio",
"webdriver",
"selenium",
"appium",
"saucelabs",
"sauce",
"labs",
"mocha",
"nodeUnit",
"buster",
"phantomjs",
"chai",
"vows",
"jasmine",
"assert",
"cucumber",
"testingbot"
]
}