Enabling debugging functionalities in Playwright tests for VSCode.
Feb 3, 2024 · 1 min read · 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...
PPritesh commented
