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
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