1

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

1 Answers1

2

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

enter image description here

timdeschryver
  • 14,415
  • 1
  • 19
  • 32