forked from codeceptjs/CodeceptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 4.74 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "codeceptjs",
"version": "3.5.3",
"description": "Supercharged End 2 End Testing Framework for NodeJS",
"keywords": [
"acceptance",
"end2end",
"end 2 end",
"puppeteer",
"webdriver",
"testcafe",
"playwright",
"bdd",
"tdd",
"testing"
],
"homepage": "https://codecept.io",
"license": "MIT",
"author": {
"name": "DavertMik",
"email": "[email protected]",
"url": "http://codegyre.com"
},
"files": [
"bin",
"docs",
"lib",
"translations",
"typings/**/*.d.ts"
],
"main": "lib/index.js",
"typings": "typings/index.d.ts",
"bin": {
"codeceptjs": "./bin/codecept.js"
},
"repository": "Codeception/codeceptjs",
"scripts": {
"json-server": "./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
"json-server:graphql": "node test/data/graphql/index.js",
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
"docs": "./runok.js docs",
"test:unit": "mocha test/unit --recursive --timeout 5000",
"test:runner": "mocha test/runner --recursive --timeout 5000",
"test": "npm run test:unit && npm run test:runner",
"test:appium-quick": "mocha test/helper/Appium_test.js --grep 'quick'",
"test:appium-other": "mocha test/helper/Appium_test.js --grep 'second'",
"test-app:start": "php -S 127.0.0.1:8000 -t test/data/app",
"test-app:stop": "kill -9 $(lsof -t -i:8000)",
"test:unit:webbapi:playwright": "mocha test/helper/Playwright_test.js",
"test:unit:webbapi:puppeteer": "mocha test/helper/Puppeteer_test.js",
"test:unit:webbapi:webDriver": "mocha test/helper/WebDriver_test.js",
"test:unit:webbapi:testCafe": "mocha test/helper/TestCafe_test.js",
"def": "./runok.js def",
"dev:graphql": "node test/data/graphql/index.js",
"publish:site": "./runok.js publish:site",
"update-contributor-faces": "./runok.js contributor:faces",
"dtslint": "dtslint typings --localTs './node_modules/typescript/lib'",
"prepare": "husky install"
},
"dependencies": {
"@codeceptjs/configure": "^0.10.0",
"@codeceptjs/helper": "^2.0.1",
"@cucumber/cucumber-expressions": "^16",
"@cucumber/gherkin": "^26",
"@cucumber/messages": "^22.0.0",
"@xmldom/xmldom": "^0.7.9",
"acorn": "^8.10.0",
"arrify": "^2.0.1",
"axios": "^1.3.3",
"chai": "^4.3.6",
"chai-deep-match": "^1.2.1",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"cross-spawn": "^7.0.3",
"css-to-xpath": "^0.1.0",
"envinfo": "^7.8.1",
"escape-string-regexp": "^4.0.0",
"figures": "^3.2.0",
"fn-args": "^4.0.0",
"fs-extra": "^8.1.0",
"glob": "^6.0.1",
"html-minifier": "^4.0.0",
"inquirer": "^6.5.2",
"joi": "^17.6.0",
"js-beautify": "^1.14.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"mkdirp": "^1.0.4",
"mocha": "^10.2.0",
"ms": "^2.1.3",
"openai": "^3.2.1",
"ora-classic": "^5.4.2",
"parse-function": "^5.6.4",
"parse5": "^7.1.2",
"promise-retry": "^1.1.1",
"resq": "^1.10.2",
"sprintf-js": "^1.1.1",
"uuid": "^9.0"
},
"devDependencies": {
"@codeceptjs/detox-helper": "^1.0.2",
"@codeceptjs/mock-request": "^0.3.1",
"@faker-js/faker": "^7.6.0",
"@pollyjs/adapter-puppeteer": "^6.0.5",
"@pollyjs/core": "^5.1.0",
"@types/inquirer": "^9.0.3",
"@types/node": "^20.4.4",
"@wdio/sauce-service": "^8.3.8",
"@wdio/selenium-standalone-service": "^8.3.2",
"@wdio/utils": "^8.3.0",
"apollo-server-express": "2.25.3",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"contributor-faces": "^1.0.3",
"documentation": "^12.3.0",
"dtslint": "^4.1.6",
"electron": "^25.2.0",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-mocha": "^6.3.0",
"expect": "^29.6.2",
"express": "^4.17.2",
"graphql": "^14.6.0",
"husky": "^8.0.1",
"inquirer-test": "^2.0.1",
"jsdoc": "^3.6.10",
"jsdoc-typeof-plugin": "^1.0.0",
"json-server": "^0.10.1",
"playwright": "^1.35.1",
"puppeteer": "^10.4.0",
"qrcode-terminal": "^0.12.0",
"rosie": "^2.1.0",
"runok": "^0.9.2",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"testcafe": "^3.0.1",
"ts-morph": "^3.1.3",
"ts-node": "^10.9.1",
"tsd-jsdoc": "^2.5.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.13.4",
"typescript": "^5.1.6",
"wdio-docker-service": "^1.5.0",
"webdriverio": "^8.3.8",
"xml2js": "^0.6.0",
"xmldom": "^0.6.0",
"xpath": "0.0.27"
},
"engines": {
"node": ">=16.0",
"npm": ">=5.6.0"
},
"es6": true
}