-
-
Save rnemeth1980/9c66bc96046086253c79275e88aef5d2 to your computer and use it in GitHub Desktop.
Allure gradle build log showing error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Task ':allureReport' is not up-to-date because: | |
| Input property 'resultsDirs' file /home/abc/build/allure-results has been added. | |
| Input property 'resultsDirs' file /home/abc/build/allure-results/21bd360d-e736-4935-b900-57bb1eb63291-result.json has been added. | |
| Input property 'resultsDirs' file /home/abc/build/allure-results/49314d19-acee-484f-af90-67832ab24e82-result.json has been added. | |
| Starting process 'command '/home/abc/.allure/allure-2.7.0/bin/allure''. Working directory: /home/abc Command: /home/abc/.allure/allure-2.7.0/bin/allure generate /home/abc/build/allure-results -o /home/abc/build/reports/build/allure-results --clean | |
| Successfully started process 'command '/home/abc/.allure/allure-2.7.0/bin/allure'' | |
| Report successfully generated to /home/abc/build/reports/build/allure-results | |
| :allureReport (Thread[Daemon worker,5,main]) completed. Took 7.998 secs. | |
| FAILURE: Build failed with an exception. | |
| * What went wrong: | |
| A problem was found with the configuration of task ':remoteChromeK8sTest'. | |
| > Cannot write to file '/home/abc/build/allure-results' specified for property '$1' as it is a directory. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment