UNPKG

975 BJSONView Raw
1{
2 "name": "@leanup/cli-core-e2e",
3 "version": "1.1.0-rc.2",
4 "description": "This module contains the e2e test feature for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://github.com/martinoppitz/leanup#readme",
7 "keywords": [
8 "nightwatch",
9 "cucumber",
10 "allure",
11 "e2e-test",
12 "test",
13 "cli"
14 ],
15 "license": "ISC",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/martinoppitz/leanup.git"
19 },
20 "bugs": {
21 "url": "https://github.com/martinoppitz/leanup/issues"
22 },
23 "dependencies": {
24 "@types/cucumber": "^6.0.1",
25 "@types/nightwatch": "^1.1.4",
26 "cross-env": "^7.0.2",
27 "cucumber": "^6.0.5",
28 "cucumber-html-reporter": "^5.2.0",
29 "cucumber-pretty": "^6.0.0",
30 "nightwatch": "^1.3.5",
31 "nightwatch-allure": "^1.2.0",
32 "nightwatch-api": "^3.0.1",
33 "selenium-server": "^3.141.59"
34 },
35 "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
36}