Fix(e2e): Fix playwright version and reporting for CMT (#3081)

This commit is contained in:
yasserfaraazkhan
2024-07-17 04:48:03 +05:30
committed by GitHub
parent 2dee9b6bc8
commit 2649c31962
6 changed files with 60 additions and 35 deletions

View File

@@ -31,7 +31,7 @@
"test": "run-s lint:js test:unit",
"test:unit": "jest",
"test:unit-coverage": "jest --coverage",
"e2e": "npm run build-test && cd e2e && npm i && npm run run",
"e2e": "npm run build-test && cd e2e && npm i && npm run run:e2e",
"build": "run-p build:*",
"build:main": "webpack-cli --config webpack.config.main.js",
"build:preload": "webpack-cli --config webpack.config.preload.js",