[SpecFlow+ LivingDoc] Automatically create folders for report output path
CompletedWhen using the LivingDoc CLI, if the directory given in the "--output" path does not already exist, then the command will fail with the following exception:
Unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.IO.DirectoryNotFoundException: Could not find a part of the path '<given-path-here>'.
The workaround is simple - create the output directory first. However, it would be nice for the LivingDoc CLI to automatically create the output directories in the given output path.
1
-
Official comment
This has been fixed in the latest version of the CLI https://www.nuget.org/packages/SpecFlow.Plus.LivingDoc.CLI/3.5.286
-
Update: Under consideration
indeed I guess that would be very helpful and would make things more convenient. We will take a look and try to improve on that in the near future.
We'll keep you updated.
0
Please sign in to leave a comment.
Comments
2 comments