Skip to content

Commit 355c592

Browse files
committed
fix playwright script
1 parent 3464345 commit 355c592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "cucumber-js --require-module @babel/register --require config/cucumber.conf.js --require features/step-definitions/**/*.js --format @cucumber/pretty-formatter",
8-
"playwright": "yarn playwright install",
8+
"playwright": "playwright install",
99
"test:chrome": "set BROWSER=chrome && npm run test",
1010
"test:firefox": "set BROWSER=firefox && npm run test",
1111
"test:webkit": "set BROWSER=webkit && npm run test",

0 commit comments

Comments
 (0)