-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Could not generate test report because of outline examples #972
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Could you give more information and sample how you have defined the ':devices:test' task? |
It happens to me as well on Windows due to the generated step name contain illegal windows characters with root cause: You may reproduce by clone the repo then run |
Found related discussion: only fail if the outline value contain DOT |
Created sample project gradle-cucumber-jvm-issue-972 to reproduce:
|
I am not able to generate cucumber reports , I have added plugin ={"html:target/cucumber-html-report"} to my test runner file but when I run this using TestRunner file , It gives me only Reports.js file under target folder , Index.HTML file was missing from the folder , Only reprts.js file was there Please help !! |
@RohitVerma0123 This is an issue tracker, please ask for help in a support forum. |
Hello, Let me help with the following error, How to Resolve? cucumber.runtime.CucumberException: Failed to create scenario runner |
@AnilKumar345 This is an issue tracker. Please ask for help in a support forum. Also, please provide additional information (i.e. which version of Cucumber do you use, what is the code of your runner?) |
Thanks for your reply I am using the following dependencies, Can you please suggest me which version is supports all the cucumber functionalities?
|
@AnilKumar345 Please find installation info in the docs |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have following scenario outline with examples:
and defined test class as follow:
Then my build failed because of:
I saw there was and --expand option but my project is configured with 1.2.4. How can make my build not failing and optionally to have successfully generated report.
I'm on windows.
Thanks.
The text was updated successfully, but these errors were encountered: