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
Essential tasks are failing when running multiple times.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
include any categories.json file in the test/resource folder.
run tests
run gradle allureReportagain (fine)
run gradle allureReport again
> Task :copyCategories FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':copyCategories' (type 'CopyCategories').
- In plugin 'io.qameta.allure.gradle.adapter.AllureAdapterBasePlugin' type 'io.qameta.allure.gradle.adapter.tasks.CopyCategories' property 'markerFile' is not writable because '/Users/vinogradov/git/bb-selenide/build/copy-categories/copyCategories' is not a file.
Reason: Cannot write a file to a location pointing at a directory.
Possible solutions:
1. Configure 'markerFile' to point to a file, not a directory.
2. Annotate 'markerFile' with @OutputDirectory instead of @OutputFiles.
Please refer to https://docs.gradle.org/8.0/userguide/validation_problems.html#cannot_write_output for more details about this problem.
What is the expected behavior?
Tasks run multiple time without any problems.
Please tell us about your environment:
| Allure version | 2.21.1 |
| Gradle | 7.4 and 8.0 |
| Gradle Allure Plugin | 2.11.2 |
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
Essential tasks are failing when running multiple times.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
gradle allureReport
again (fine)gradle allureReport
againWhat is the expected behavior?
Tasks run multiple time without any problems.
Please tell us about your environment:
| Allure version | 2.21.1 |
| Gradle | 7.4 and 8.0 |
| Gradle Allure Plugin | 2.11.2 |
The text was updated successfully, but these errors were encountered: