From 4bb74f89443d09895def9d9e91ba06ab1df045ed Mon Sep 17 00:00:00 2001 From: sty <11363816+thief-sty@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:18:51 +0200 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c3da4635..a4ef28c29 100644 --- a/package.json +++ b/package.json @@ -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",