refactor app directory structure and add tests
This commit is contained in:
94
tests/node_modules/nightwatch/package.json
generated
vendored
Normal file
94
tests/node_modules/nightwatch/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"name": "nightwatch",
|
||||
"description": "A node.js bindings implementation for selenium 2.0/webdriver",
|
||||
"version": "0.9.8",
|
||||
"author": {
|
||||
"name": "Andrei Rusu",
|
||||
"email": "andrei@nightwatchjs.org"
|
||||
},
|
||||
"homepage": "http://nightwatchjs.org",
|
||||
"main": "./lib/index.js",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nightwatchjs/nightwatch/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/nightwatchjs/nightwatch.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"chai-nightwatch": "~0.1.x",
|
||||
"ejs": "~0.8.3",
|
||||
"lodash.clone": "^3.0.3",
|
||||
"lodash.defaultsdeep": "^4.3.2",
|
||||
"minimatch": "~0.2.14",
|
||||
"mkpath": ">=0.1.0",
|
||||
"mocha-nightwatch": "2.2.9",
|
||||
"optimist": ">=0.3.5",
|
||||
"proxy-agent": ">=2.0.0",
|
||||
"q": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^3.2.0",
|
||||
"coveralls": "latest",
|
||||
"grunt": "~0.4.4",
|
||||
"grunt-complexity": "^0.1.7",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-jsonlint": "~1.0.4",
|
||||
"grunt-npm-release": "latest",
|
||||
"jscoverage": "latest",
|
||||
"jshint": "~2.4.4",
|
||||
"jsonlint": "~1.6.0",
|
||||
"mocha": "^2.3.4",
|
||||
"mocha-lcov-reporter": "^1.2.0",
|
||||
"mock-spawn": "^0.2.1",
|
||||
"mockery": "~1.4.0",
|
||||
"nock": "~0.45.0",
|
||||
"nodeunit": "latest"
|
||||
},
|
||||
"bin": {
|
||||
"nightwatch": "./bin/nightwatch"
|
||||
},
|
||||
"man": "",
|
||||
"scripts": {
|
||||
"jshint": "jshint --verbose --config .jshintrc lib/",
|
||||
"mocha-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter html-cov > coverage.html",
|
||||
"mocha-lcov-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter mocha-lcov-reporter > lib-cov/coverage.lcov",
|
||||
"test": "mocha test/src",
|
||||
"unit-tests": "./bin/nightwatch -c test/nightwatch.json"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"examples",
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENSE.md",
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "bbc6dd2e8062ab17593f258b9bb96cec32817ff8",
|
||||
"_id": "nightwatch@0.9.8",
|
||||
"_shasum": "f80a21ae84c4d3d366f7007f1e564537e90c0442",
|
||||
"_from": "nightwatch@latest",
|
||||
"_npmVersion": "2.14.7",
|
||||
"_nodeVersion": "4.2.1",
|
||||
"_npmUser": {
|
||||
"name": "beatfactor",
|
||||
"email": "getintouch@beatfactor.net"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "beatfactor",
|
||||
"email": "getintouch@beatfactor.net"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "f80a21ae84c4d3d366f7007f1e564537e90c0442",
|
||||
"tarball": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.8.tgz"
|
||||
},
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/nightwatch-0.9.8.tgz_1471945499245_0.4133734623901546"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.8.tgz"
|
||||
}
|
Reference in New Issue
Block a user