Skip to content

Commit 03e1135

Browse files
authored
Create package.json
1 parent 62ca465 commit 03e1135

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "lambdatest-playwright-sample",
3+
"scripts": {
4+
"test": "node playwright-single.js",
5+
"test-smartui": "node playwright-smartui.js"
6+
},
7+
"engines": {
8+
"node": ">=12.7.0"
9+
},
10+
"devDependencies": {
11+
"@playwright/test": "^1.35.0",
12+
"playwright": "^1.35.0",
13+
"@cucumber/cucumber": "^7.3.2",
14+
"chai": "^4.3.7"
15+
}
16+
}
17+

0 commit comments

Comments
 (0)