-
Notifications
You must be signed in to change notification settings - Fork 89
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
Broken links in reports generated when building with gradle #31
Comments
I have the same issue now, have yours been resolved? @vx-jimba |
Hi @wakaleo I am a new learner of serenity bdd. I am facing same issue @vx-jimba raised above |
|
Can you provide a sample project that reproduces the issue? |
My bad, 4.0.46 works fine. I'm having the same broken link issues with 3f04a8602. I'll give a look at the plugin. |
Issue
The generated report has broken links. For example, the "Scenario" link on the page "Home > Requirements > Wikipedia > When Searching For Terms" links to "70c0332927ff5ffa5d202d4525c541a8f0e89e75bf1128a0d8d7748d95512cd3.html" which does not exist in "target/site/serenity"
Steps to reproduce
Investigation
Reports generated via maven have the same link point to "starter.wikipedia.whensearchingforterms_searchbysinglekeyword.html". A file with the same name is generated by the gradle build, and the content is identical. This issue seems to be caused by the serenity-gradle-plugin and and its handling of generated file names. Any pointers on specifically where to dig deeper into the plugin?
generated gradle report
The text was updated successfully, but these errors were encountered: