Playwright tests: document DEBUG mode

This commit is contained in:
Ronan Jouchet 2022-07-23 20:05:48 -04:00
parent c3e010f881
commit e12da46064
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ function sleep(milliseconds: number): Promise<void> {
});
}
/**
* Debugging this? Run your playwright tests in debug mode:
* DEBUG='pw:browser*' npm run test:playwright
*/
describe('Application launch', () => {
jest.setTimeout(60000);