-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "eol-ft-runner",
"version": "0.5.9",
"description": "Application UI test runner that integration Selenium, Appium & CucumberJS for an all-round UI testing experince in Behaviour-driven development (BDD)",
"main": "index.js",
"scripts": {
"test": "jest",
"ft": "./bin/ft-runner",
"ft:win": "node bin/ft-runner",
"generate:docmd": "jsdoc2md utils/driver.js > driver.md"
},
"keywords": [
"eol",
"ft-runner",
"functional",
"testing",
"ui",
"selenium",
"cucumber",
"automation"
],
"repository": {
"type": "git",
"url": "https://github.com/moneesh2011/eol-ft-runner.git"
},
"author": "Moneesh Prathap",
"license": "ISC",
"dependencies": {
"@cucumber/cucumber": "^7.3.1",
"colors": "^1.4.0",
"cucumber-html-reporter": "^5.2.0",
"cucumber-junit": "^1.7.1",
"fs-finder": "^1.8.1",
"kill-port": "^1.6.0",
"lodash": "^4.17.21",
"messaging-api-slack": "^1.0.4",
"moment": "^2.29.4",
"selenium-webdriver": "^4.0.0-alpha.7",
"wait-port": "^0.2.9",
"wd": "^1.13.0",
"workerpool": "^6.3.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"chai": "^4.3.4",
"chromedriver": "^107.0.3",
"jest": "^27.2.5",
"jsdoc-to-markdown": "^7.1.0"
}
}