๐ | Run junit test in // with launcher results on failure
iguissouma opened this issue ยท 1 comments
iguissouma commented
I have the following stacktrace while executing a junit Test in // with Launcher
java.io.UncheckedIOException: Unable to write in directory: C:\dev\workspace\libs\chutney\.chutney\environment
at com.chutneytesting.tools.file.FileUtils.initFolder(FileUtils.java:34)
at com.chutneytesting.environment.infra.JsonFilesEnvironmentRepository.<init>(JsonFilesEnvironmentRepository.java:36)
at com.chutneytesting.kotlin.execution.ExecutionService.<init>(ExecutionService.kt:27)
at com.chutneytesting.kotlin.launcher.Launcher.<init>(Launcher.kt:20)
at com.chutneytesting.kotlin.launcher.Launcher.<init>(Launcher.kt:17)
boddissattva commented