-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 938 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 938 Bytes
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
{
"name": "test-lab",
"version": "1.1",
"description": "Personal automation test lab",
"main": "index.js",
"scripts": {
"cy:open": "cypress open",
"cy": "cypress run --browser chrome",
"wdio": "wdio run ./wdio.conf.js"
},
"author": "Gabriel Nattis",
"license": "ISC",
"dependencies": {
"cypress": "^14.0.2",
"cypress-multi-reporters": "^2.0.5",
"cypress-wait-until": "^3.0.2",
"mocha": "^11.1.0",
"puppeteer": "^24.2.0",
"puppeteer-core": "^24.2.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.1",
"@types/webdriverio": "^4.13.3",
"@wdio/appium-service": "^9.8.0",
"@wdio/cli": "^9.8.0",
"@wdio/local-runner": "^9.8.0",
"@wdio/mocha-framework": "^9.7.3",
"@wdio/spec-reporter": "^9.8.0",
"appium": "^1.22.3",
"appium-uiautomator2-driver": "^2.2.0",
"tsx": "^4.19.2",
"wdio-wait-for": "^3.1.0"
}
}