Reputation: 21
I am trying to figure out how to change the default browser when debugging playwright tests using VSCODE. Currently, in VSCODE when I run or debug it defaults to chrome. I want to change that to use webkit and cannot seem to find where that setting is.
Thank you in advance for your help Christine
Upvotes: 1
Views: 1620
Reputation: 15505
You should be able to set the default project (don't forget to also set it for the debug config)
Upvotes: 2