Allure Configuration with Kotlin DSL
Sample project to illustrate issue with allure-gradle plugin when project built with Gradle 5.0 and Kotlin DSL
Steps to reproduce:
- Import repository as gradle project
- Open gradle console
- in 'verification' tab execute 'test' task
- in 'other' tab execute task 'allureServe'
- Check that report is generated as expected
- repeat step 4, run 'test' again (without cleaning project)
Expected result: test should run Actual result: build fails with following error: "Cannot write to file '/allure-kotlin/build/allure-results' specified for property '$1' as it is a directory."