playwright-vscode icon indicating copy to clipboard operation
playwright-vscode copied to clipboard

Tests fail to run when multiple configs are present

Open mozeryansky opened this issue 3 years ago • 4 comments

I have an examples folder within my main app containing various sample projects, one was a playwright example with a config. In my main app I had my own config. VSCode would not run any test when pressing the run button and there was no indication of a failure. Running from the command line worked fine.

I figure it out that the default profile being selected was from the config file in my examples folder and not the top level config file. Deleting that file fixed the issue.

Shouldn't this extension only use the top most config?

mozeryansky avatar Apr 16 '22 21:04 mozeryansky