
implementation("io.kotest:kotest-extensions-allure:6.0.2")Integrates Allure's test reporting capabilities, enabling generation of detailed, interactive test reports. Facilitates collection of test data in Allure's JSON format during test execution. Supports compilation of this data into comprehensive HTML reports. Requires configuration of the `AllureTestReporter` class in project settings. Compatible with Allure's Gradle plugin for streamlined report generation.