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);