Skip to content

Commit c942eb5

Browse files
Update package.json
1 parent dcfb215 commit c942eb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "lambdatest-playwright-sample",
33
"scripts": {
4-
"test": "node playwright-single.js",
5-
"test-smartui": "node playwright-smartui.js"
4+
"smartui-cloud": "npx smartui exec node playwrightCloud.js",
5+
"smartui-local": "npx smartui exec node playwrightLocal.js",
6+
"smartui-ignoreDOM": "npx smartui exec node ignorePlaywright.js"
67
},
78
"engines": {
89
"node": ">=12.7.0"

0 commit comments

Comments
 (0)