Christine Edwards
Christine Edwards

Reputation: 21

Setting default browser when debugging playwright tests

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

Answers (1)

timdeschryver
timdeschryver

Reputation: 15505

You should be able to set the default project (don't forget to also set it for the debug config)

enter image description here

Upvotes: 2

Related Questions