allure-framework / allure2

Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process
https://allurereport.org/
Apache License 2.0
4.12k stars 703 forks source link

Support zio-test in the same way that ScalaTest and Specs are #1924

Open swoogles opened 1 year ago

swoogles commented 1 year ago

Is your feature request related to a problem? Please describe. Currently ZIO users do not have historical views of their test results, so they are limited to single run output. It looks like Allure provides many of the features that we want.

Describe the solution you'd like ZIO Test would be supported as fully as ScalaTest and Specs.

Describe alternatives you've considered Boiling everything down into JUnit output. However, this means that we could not fully utilize some of the ZIO test specifics, like Test Aspects.

Additional context ZIO Project

baev commented 1 year ago

https://zio.dev/reference/test/

kevinrawal commented 1 month ago

Hi @baev , I am new to Allure Report and want to contribute to this project. Should I take this problem and start solving it?