Skip to content
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

Missing Report-Pages when serenity.test.root is not set #2698

Closed
zeners opened this issue Feb 8, 2022 · 2 comments
Closed

Missing Report-Pages when serenity.test.root is not set #2698

zeners opened this issue Feb 8, 2022 · 2 comments

Comments

@zeners
Copy link
Contributor

zeners commented Feb 8, 2022

without serenity.test.root property set, the generated report missed Features and Stories pages

steps to reproduce:

  • clone https://github.com/serenity-bdd/serenity-junit-starter.git
  • disable test.root = starterin line 13 in src/test/resources/serenity.conf
  • run mvn clean verify
  • the generated report has no Stories or Features "tab" and the links to Story Wikipedia/When Searching For Terms 1 and Feature When searching for terms going to not generated files
@wakaleo
Copy link
Member

wakaleo commented Feb 8, 2022

That is expected behavior - in JUnit, you must define the serenity.test.root property in order to generate the requirements reporting. What problem are you trying to solve?

@zeners
Copy link
Contributor Author

zeners commented Feb 8, 2022

thanks, it was suspicious to see links without content - in the past we don't set this property and at least with 2.4.34 the Feature pages has been generated

@zeners zeners closed this as completed Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants