vitalets / playwright-bdd

BDD testing with Playwright runner
https://vitalets.github.io/playwright-bdd/
MIT License
302 stars 35 forks source link

Question: How can I integrate the results of BDD tests with reportportal.io? #88

Closed anud22 closed 8 months ago

vitalets commented 8 months ago

You can use official reportportal reporter for Playwright.

anud22 commented 8 months ago

Thanks . It worked

vitalets commented 8 months ago

@anud22 great, thanks for the feedback! fyi: after implementing #9 we will be able to use reportportal agent-js-cucumber that provides more BDD-related report structure.