mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-10-31 18:52:30 +00:00
Playwright tests: document DEBUG mode
This commit is contained in:
parent
c3e010f881
commit
e12da46064
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user