I’m starting to use Playwright with VSCode.
I have it running from Test in VSCode, but the browser is not showing up. I would like to get the browser to show up, but where can I configure the browser behavior?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
Please install Playwright Test for VSCode extension which automatically detects if you have Playwright installed and loads the browsers.
Not sure exactly if by "browser to show up" you refer at the fact that you need the browser to not run in headless mode.
There are two possible ways:
Example for both options