mbolotov / intellij-playwright

1 stars 0 forks source link

Anonymous describe is not handled by Maestro #17

Closed yehuda-goose-miller closed 1 year ago

yehuda-goose-miller commented 1 year ago

Per Playwright documentation you can have an anonymous describe like

test.describe(()=> {
   ....
});

but Maestro does not recognize tests inside this block.

mbolotov commented 1 year ago

Hi Yehuda! Thanks for the report! I just checked the problem and found that Maestro does not indeed recognize an anonymous describe block itself, but it do recognize a test inside it: image Are you sure that you don't see the green arrow at a test inside?

mbolotov commented 1 year ago

should be fixed in 1.3.1