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.
playwright
1 parent ed908d0 commit d8940b8Copy full SHA for d8940b8
packages/browser/test/e2e/package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"postinstall": "playwright install --with-deps",
17
"pretest": "yarn install",
18
- "test": "playwright test ./test --browser='all'",
+ "test": "playwright test ./test --browser='all' --reporter='line'",
19
"posttest": "rimraf dist"
20
},
21
"dependencies": {
@@ -26,6 +26,7 @@
26
"babel-loader": "^8.2.2",
27
"handlebars-loader": "^1.7.1",
28
"html-webpack-plugin": "^5.5.0",
29
+ "playwright": "^1.16.3",
30
"ts-loader": "^9.2.6",
31
"webpack": "^5.52.0"
32
0 commit comments