From e20a6585f4b335afb221eda0c1f5c828cfc94904 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 17 May 2023 10:46:17 +0530 Subject: [PATCH] refactor: intelliJ correction for debug command Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 68f27462b0..bb56c16fee 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -11,6 +11,7 @@ "test:repeat": "TRACE=true npx playwright test --workers=4 --repeat-each=12", "test:quick": "TRACE=true PW_QUICK_TEST=1 npx playwright test --workers=4", "test:debug": "./startPlayWrightServer.sh; PW_TEST_REUSE_CONTEXT=1 PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:31000/ PWDEBUG=console npx playwright test -c playwright.config.ts --headed --project=chromium --retries 0 --timeout 0 --workers 1 --max-failures=1", + "test:debug:interllJ": "TRACE=true PWDEBUG=console npx playwright test --trace on -c playwright.config.ts --headed --project=chromium --retries 0 --workers 1 --max-failures=1", "test:debug:watch": "npx nodemon -e ts -w ./ -x \"npm run test:debug\"", "test:debug:quick:sqlite": "./startPlayWrightServer.sh; PW_QUICK_TEST=1 PW_TEST_REUSE_CONTEXT=1 PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:31000/ PWDEBUG=console npx playwright test -c playwright.config.ts --headed --project=chromium --retries 0 --timeout 5 --workers 1 --max-failures=1", "ci:test": "npx playwright test --workers=2",