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
Could not generate report: {}
java.nio.file.NoSuchFileException: /report/results/plugins/behaviors/.svn/prop-base/index.js.svn-base
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:243)
at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:581)
at sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:253)
at java.nio.file.Files.copy(Files.java:1274)
at io.qameta.allure.util.CopyVisitor.visitFile(CopyVisitor.java:36)
at io.qameta.allure.util.CopyVisitor.visitFile(CopyVisitor.java:16)
at java.nio.file.Files.walkFileTree(Files.java:2670)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at io.qameta.allure.plugin.DefaultPlugin.unpackReportStatic(DefaultPlugin.java:44)
at io.qameta.allure.core.ReportWebPlugin.writePluginsStatic(ReportWebPlugin.java:48)
at io.qameta.allure.core.ReportWebPlugin.aggregate(ReportWebPlugin.java:38)
at io.qameta.allure.ReportGenerator.aggregate(ReportGenerator.java:38)
at io.qameta.allure.ReportGenerator.generate(ReportGenerator.java:55)
at io.qameta.allure.ReportGenerator.generate(ReportGenerator.java:43)
at io.qameta.allure.Commands.generate(Commands.java:88)
at io.qameta.allure.CommandLine.run(CommandLine.java:129)
at java.util.Optional.orElseGet(Optional.java:267)
at io.qameta.allure.CommandLine.main(CommandLine.java:72)
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
Generation of the report can be done with allure generate
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?
Report generated from files in source folder and placed in destination folder
There is no required files in .svn folder.
Please tell us about your environment:
Other information
Could not generate report: {}
java.nio.file.NoSuchFileException: /report/results/plugins/behaviors/.svn/prop-base/index.js.svn-base
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:243)
at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:581)
at sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:253)
at java.nio.file.Files.copy(Files.java:1274)
at io.qameta.allure.util.CopyVisitor.visitFile(CopyVisitor.java:36)
at io.qameta.allure.util.CopyVisitor.visitFile(CopyVisitor.java:16)
at java.nio.file.Files.walkFileTree(Files.java:2670)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at io.qameta.allure.plugin.DefaultPlugin.unpackReportStatic(DefaultPlugin.java:44)
at io.qameta.allure.core.ReportWebPlugin.writePluginsStatic(ReportWebPlugin.java:48)
at io.qameta.allure.core.ReportWebPlugin.aggregate(ReportWebPlugin.java:38)
at io.qameta.allure.ReportGenerator.aggregate(ReportGenerator.java:38)
at io.qameta.allure.ReportGenerator.generate(ReportGenerator.java:55)
at io.qameta.allure.ReportGenerator.generate(ReportGenerator.java:43)
at io.qameta.allure.Commands.generate(Commands.java:88)
at io.qameta.allure.CommandLine.run(CommandLine.java:129)
at java.util.Optional.orElseGet(Optional.java:267)
at io.qameta.allure.CommandLine.main(CommandLine.java:72)
The text was updated successfully, but these errors were encountered: