vitalets / playwright-magic-steps

Auto-transform JavaScript comments into Playwright steps
MIT License
29 stars 2 forks source link

Any chance allure will be supported? #4

Closed ohlori closed 3 days ago

ohlori commented 4 days ago

Currently using allure-playwright as a reporter. Unfortunately, all the steps get nested. image

Everything good with playwright default html reporter. image

vitalets commented 4 days ago

Could you show the test code? I've ran the example with allure-playwright and it produced all steps on the same level:

ohlori commented 3 days ago

Here's how I used it image

vitalets commented 3 days ago

I think there should be await before waitUntilNoSpinner(page).

ohlori commented 3 days ago

You were rightttttttt 🤦‍♀️ sorry for the trouble!

This is amazing! It gives the python vibes! Loving and recommending this!