Vladimir Sitnikov

Results 1003 comments of Vladimir Sitnikov

Please upgrade. https://github.com/allure-framework/allure-gradle#basic-usage > Note: 2.9+ requires **Gradle 5.0+**

Please check "verification" task group, the tasks should be there.

The thing is there might be mulitple tasks (e.g. `test`, `integrationTest`, `javaexec`, etc) that collect Allure raw results. That makes "single result folder" complicated.

For instance, https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:task_input_output_parallelism > Gradle will inspect the outputs of tasks when selecting the next task to run and will avoid concurrent execution of tasks that write to the same...

@Leo-Lem , would you please clarify what is your issue exactly? What is your use case, and why do you need to customize the folder?

This PR adds Gradle 5.0...7.0 compatibility: https://github.com/allure-framework/allure-gradle/pull/61 Please feel free to try it and provide feedback