e2e-test: add "DEBUG=pw:api" to "e2e-test" script in package.json (fix #11195) (#11217)

* package.json: add 'DEBUG=pw:api' to 'e2e-test' script


Co-authored-by: Andelf <andelf@gmail.com>
pull/11221/head
sty 2024-04-10 18:18:51 +02:00 committed by GitHub
parent 5362aa258c
commit 4bb74f8944
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"dev-electron-app": "gulp electron",
"release-electron": "run-s gulp:build && gulp electronMaker",
"debug-electron": "cd static/ && yarn electron:debug",
"e2e-test": "cross-env CI=true npx playwright test --reporter github",
"e2e-test": "cross-env DEBUG=pw:api CI=true npx playwright test --reporter github",
"run-android-release": "yarn clean && yarn release-app && rm -rf ./public/static && rm -rf ./static/js/*.map && mv static ./public && npx cap sync android && npx cap run android",
"run-ios-release": "yarn clean && yarn release-app && rm -rf ./public/static && rm -rf ./static/js/*.map && mv static ./public && npx cap sync ios && npx cap run ios",
"clean": "gulp clean",