Enabling debugging functionalities in Playwright tests for VSCode.
Playwright provides bunch of powerful features for debugging! And one of them is verbose logging. According to the Playwright documentation, by running the command: DEBUG=pw:api npx playwright test you can get detailed overview of what is happening b...
Feb 3, 20241 min read66
