mbolotov / intellij-playwright

1 stars 0 forks source link

Webstorm test runner is "stuck" using maestro #26

Open rhysawilliams2010 opened 1 year ago

rhysawilliams2010 commented 1 year ago

I have a mixture of jest and playwright tests in my project.

I want to use maestro for playwright, but the jest runner for my jest tests.

When I try to run jest tests using the icon next to my tests, it tries to use maestro. image

image

How can I make it so the IDE selects the correct test runner?

mbolotov commented 1 year ago

Hi Rhys, there is the setting that can affect this behavior: image

Did you try switching it?