allure-framework / allure-kotlin

Allure integrations for test frameworks targeting Kotlin and Java with 1.6 source compatibility.
Apache License 2.0
57 stars 21 forks source link

Can allure-kotlin work with Junit5? #36

Open Rodion777777 opened 3 years ago

Rodion777777 commented 3 years ago

Can allure-kotlin work with Junit5?

kamildziadek commented 3 years ago

No, currently it supports only JUnit4. Although, the repository was prepared in such a way that adding support for new tool is just a matter of creating a new module and implementing run listener based on the implementation of it in allure-java