Shelex / cypress-allure-plugin

cypress plugin to use allure reporter api in tests
https://shelex.github.io/cypress-allure-plugin-example/
Apache License 2.0
156 stars 44 forks source link

possibility to generate junit xml format results #36

Closed maga-polito closed 3 years ago

maga-polito commented 3 years ago

It is useful to have xml format junit results as well to publish results on azure devops platform

Shelex commented 3 years ago

It is useful to have xml format junit results as well to publish results on azure devops platform

Hello @maga-polito ! Thank you for opening an issue. I guess for producing junit format you can use inbuilt cypress junit reporter. This plugin is just for Allure reporter and is not depending on others.