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

@@ -5,7 +5,7 @@
"main": "dist/e2e_bundle.js",
"scripts": {
"clean": "rm -rf dist/ mochawesome-report/ node_modules/ testUserData/",
"run": "npm run build && npm run test",
"run:e2e": "npm run build && npm run test",
"build": "webpack-cli --config webpack.config.js",
"build:performance": "webpack-cli --config webpack.config.performance.js",
"test": "electron-mocha --reporter mochawesome dist/e2e_bundle.js",