Skip to content

Commit d8940b8

Browse files
committed
Add playwright explicitly as a dependency.
1 parent ed908d0 commit d8940b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/browser/test/e2e/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"postinstall": "playwright install --with-deps",
1717
"pretest": "yarn install",
18-
"test": "playwright test ./test --browser='all'",
18+
"test": "playwright test ./test --browser='all' --reporter='line'",
1919
"posttest": "rimraf dist"
2020
},
2121
"dependencies": {
@@ -26,6 +26,7 @@
2626
"babel-loader": "^8.2.2",
2727
"handlebars-loader": "^1.7.1",
2828
"html-webpack-plugin": "^5.5.0",
29+
"playwright": "^1.16.3",
2930
"ts-loader": "^9.2.6",
3031
"webpack": "^5.52.0"
3132
},

0 commit comments

Comments
 (0)