-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rerun formatter returns paths with .
in the middle instead of /
#1892
Labels
🐛 bug
Defect / Bug
Comments
What is the directory structure? If you're on OSX or Lunix you can run
|
|
What did you provide for the glue parameter? Of if you're not providing it explicitly, what is the package of your runner class? |
I've provided Steps to reproduce: git clone https://github.com/tommywo/cucumber-java-skeleton issue-1892
cd issue-1892
mvn -Dtest=io.cucumber.skeleton.RunCucumberTest test
cat target/cucumber-report/rerun.txt
mvn -Dtest=io.cucumber.skeleton.ReRunCucumberTest test |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Rerun formatter returns paths with
.
in the middle instead of/
for example
and when we try to rerun this file it ends with an error:
changing the dot to slash fixes rerun file
Your Environment
The text was updated successfully, but these errors were encountered: