vitalets / playwright-bdd

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

Question: Integration with jenkins #153

Open kashiMathura opened 4 months ago

kashiMathura commented 4 months ago

A newbie question- How do we integrate with Jenkins ? Are there any recommended steps or documentation to refer.

vitalets commented 4 months ago

Jenkins cucumber-reports should work. You can output data in Cucumber json format and then pass it to Jenkins plugin.

I don't have Jenkins installation to try it, feel free to share results in this issue.