We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3464345 commit 355c592Copy full SHA for 355c592
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"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",
+ "playwright": "playwright install",
9
"test:chrome": "set BROWSER=chrome && npm run test",
10
"test:firefox": "set BROWSER=firefox && npm run test",
11
"test:webkit": "set BROWSER=webkit && npm run test",
0 commit comments