Console.log doesnt output logs when tests are run using “Playwright Test for VS Code”
When I run playwright tests, written in Typescript the logs are not output on the console. I have console.log statments which do output fine when I debug the tests and are shown under “Debug Console” tab. However, when I run the tests, they dont show the results in Output tab or under “Test Results” tab.