From e12da460642078d2384d6e78df42dbf48459dadf Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sat, 23 Jul 2022 20:05:48 -0400 Subject: [PATCH] Playwright tests: document DEBUG mode --- src/playwright-test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/playwright-test.ts b/src/playwright-test.ts index 47ccb64..482d489 100644 --- a/src/playwright-test.ts +++ b/src/playwright-test.ts @@ -24,6 +24,10 @@ function sleep(milliseconds: number): Promise { }); } +/** + * Debugging this? Run your playwright tests in debug mode: + * DEBUG='pw:browser*' npm run test:playwright + */ describe('Application launch', () => { jest.setTimeout(60000);