UNPKG

mimik

Version:

Write end-to-end automation tests in natural language

115 lines (114 loc) 2.39 kB
{ "name": "mimik", "description": "Write end-to-end automation tests in natural language", "version": "0.13.0", "homepage": "https://github.com/simoami/mimik", "author": "Simo Moujami <simo@webinventinc.com>", "main": "./bin/mimik", "scripts": { "start": "node bin/mimik", "web": "NODE_ENV=development node app/index.js", "test": "node_modules/.bin/_mocha --recursivex --ui bdd --reporter spec tests/*", "coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --reporter spec --recursive tests/**/*Spec.js", "lint": "jshint .", "prepublish": "npm prune" }, "bin": { "mimik": "./bin/mimik", "wdlauncher": "./bin/wdlauncher" }, "engines": { "node": ">=0.10", "npm": ">=1.3" }, "tags": [ "web", "test", "bdd", "guerkin", "GWT", "automation", "functional testing", "selenium", "webdriver", "browser", "javascript" ], "keywords": [ "ui", "automation", "automated", "test", "tests", "functional", "integration", "end-to-end", "e2e", "testing", "browser", "BDD", "spec", "DSL", "gherkin", "GWT", "given", "when", "then", "feature", "scenario", "grammar", "html", "dom", "javascript", "gui", "coffee", "coffeescript", "user", "interactive", "interaction", "click", "mouse", "keyboard" ], "repository": { "type": "git", "url": "git://github.com/simoami/mimik.git" }, "bugs": { "url": "https://github.com/simoami/mimik/issues" }, "dependencies": { "adm-zip": "^0.4.4", "async": "^1.4.2", "chai": "^3.2.0", "chokidar": "^1.0.5", "cli-table": "~0.3.0", "coffee-script": "^1.9.3", "commander": "^2.3.0", "didyoumean": "~1.2.0", "diff": "^2.1.0", "dot": "~1.0.2", "fs-tools": "~0.2.11", "glob": "^5.0.14", "mocha": "^2.3.0", "moment": "^2.6.0", "request": "^2.40.0", "wd": "^0.3.12", "webdriverio": "^3.2.1", "winston": "^1.0.1", "yadda": "^0.10.14" }, "devDependencies": { "coveralls": "^2.11.4", "express": "^4.13.3", "istanbul": "^0.3.19", "jshint": "^2.8.0", "mock-utf8-stream": "~0.1.1", "proxyquire": "^1.7.1", "sinon": "^1.16.1" }, "testConfig": { "port": 3000 }, "license": "MIT" }