-
Notifications
You must be signed in to change notification settings - Fork 10
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
Aggregated report from gradle submodules contains features from one module only #25
Comments
Could you try with the latest version and Cucumber 5? |
Hello @wakaleo, I have updated the versions as advised, they now look like this:
After that, it did not work either so I simplified the scenario and now I tried to generate a report for a single submodule on its default reporting folder, however, although the test passed and the report is generated; somehow Requirements Tab is still empty. Here we can see the report was generated and it contains a feature and an scenario: And then, here we can see Requirements Tab is no listing the feature: One importante thing to note is, I'm triggering this gradle task from the root project, if I run it directly from inside the submodule, the report is generated correctly. The point is, what would happen if someone needs to run it from the root so all modules send their outputs to the root and then root can execute :aggregate. Please let me know if any further details are required. |
I would add one more comment, the scenario we are trying to cover when we found out this issue is:
I hope this provides more clarity about the issue. |
While sending test reports generated by gradle submodules to a single folder in the root, and then running aggregate on that folder, generates a report with missing information like:
Overall Test Results Tab -- OK contains all the tests scenarios
Requirements Tab -- NOT OK contains information of a single scenario, meaning info from one gradle submodule only, rather than containing info from all gradle submodules.
I'm using these versions as per the started:
We can see here 2 scenarios reported:
And here we can see a single one listed in Requirements Tab:
Please let me know if you need further details.
Regards!
The text was updated successfully, but these errors were encountered: