violplayer
violplayer
I could reproduce this issue with Windows 10 Enterprise, Oracle JDK1.8.0_301, cucumber 6.8.1 and 6.11.0 When debugging the code of io.cucumber.core.plugin.PluginFactory#createFileOutputStream() as described I had these findings: * canonicalfile and...
file = "target/cucumber-reports/cucumber.html" (as in @CucumberOptions) canonicalFile = "c:/users/violplayer/projects/myProject/target/cucumber-reports/cucumber.html" The maven project folder being the current directory, they describe the same file.
The exception is thrown in some native code. I'll do the change, test it and create a pull request.