trivago/cucable-plugin

Cucable-Run into error with failsafe dependency upgrade

Srinivasaraor opened this issue · 2 comments

Describe the bug
i have default(sequential) and Parallel(cucable) profiles configured in my maven project. when i upgrade failsafe dependency above 2.18 i am running into below error with parallel profile
:((The filename, directory name, or volume label syntax is incorrect)).

I am not sure if it is some thing to do with cucable or my project structure , Please throw some light on this problem.
To Reproduce
Steps to reproduce the behavior:

  1. Upgraded failsafe dependency to 3.0.0-M3
  2. Run the tests with cucable plugin
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Attachments
If applicable, add an attachment to help explain your problem.

Additional context
Add any other context about the problem here.

Sorry I am afraid I can't help with this as this is unrelated to Cucable. Actually, we also use Failsafe 3.0.0-M3 for parallel execution of the generated runners and features and don't have problems.
This is something that is definitely related to your project structure / settings.

Thanks for quick response (Closing this issue (Not related to cucable)