Skip to content

Sample project with Allure configuration in Kotlin DSL

Notifications You must be signed in to change notification settings

dkorobtsov/allure-kotlin

Repository files navigation

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:

  1. Import repository as gradle project
  2. Open gradle console
  3. in 'verification' tab execute 'test' task
  4. in 'other' tab execute task 'allureServe'
  5. Check that report is generated as expected
  6. 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."

About

Sample project with Allure configuration in Kotlin DSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published