You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
we have a project that has multiple test sourceSets. The plugin currently uses one resultsDir per project. Thus the generated allure results files from multiple tasks end up in the same directory.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
What is the motivation / use case for changing the behavior?
this does not play well together with the gradle build cache: Gradle does not know how file 'build/allure-results/0c15ba66-f079-463a-a65c-cd606fb2995c-result.json' was created (output property '$1'). Task output caching requires exclusive access to output paths to guarantee correctness.
I think it would be helpful if the plugin would add the name of the sourceSet to the resultsDir.
this way results from different tasks would end up seperately. similiar to XML test reports generated by the test task.
Please tell us about your environment:
plugins {
id("io.qameta.allure") version "2.8.1"
}
allure {
autoconfigure = true
version = "2.12.1"
aspectjVersion = "1.9.4"
useJUnit5 {
version = "2.12.1"
}
}
Other information
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
we have a project that has multiple test sourceSets. The plugin currently uses one resultsDir per project. Thus the generated allure results files from multiple tasks end up in the same directory.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
What is the motivation / use case for changing the behavior?
this does not play well together with the gradle build cache:
Gradle does not know how file 'build/allure-results/0c15ba66-f079-463a-a65c-cd606fb2995c-result.json' was created (output property '$1'). Task output caching requires exclusive access to output paths to guarantee correctness.
I think it would be helpful if the plugin would add the name of the sourceSet to the resultsDir.
this way results from different tasks would end up seperately. similiar to XML test reports generated by the test task.
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: