forked from LambdaTest/playwright-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 662 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "lambdatest-playwright-sample",
"scripts": {
"test": "node playwright-single.js",
"test-smartui": "node playwright-smartui.js",
"test-parallel": "node playwright-parallel.js",
"test-android": "node playwright-android-real-device.js",
"test-extension": "node playwright-extensions-test.js",
"test-iPhone-emulation": "node playwright-single-on-iphone.js",
"test-lighthouse-report": "node playwright-lighthouse-report.js"
},
"engines": {
"node": ">=12.7.0"
},
"devDependencies": {
"@playwright/test": "^1.35.0",
"playwright": "^1.35.0",
"@cucumber/cucumber": "^7.3.2",
"expect": "^29.5.0"
}
}