serenity-js / serenity-js Public
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
Duplicate feature name in serenityjs report #81
Comments
The first profile is the capability, the same issue is probable described here to: I have the same issues atm |
jan-molak
added a commit
that referenced
this issue
Oct 1, 2017
…d and appear in the report. affects: @serenity-js/core Please note that if your acceptance tests are not stored in the default ./features directory you will need to set the requirementsDirectory in the Serenity/JS config. See http://serenity-js.org/overview/configuration.html#requirements-directory ISSUES CLOSED: #75, #81
@Baasie, @vijay-kumar-singh - the latest version should address this issue. Please let me know if it's all working for you now? |
Closing the ticket as the issue should be resolved now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am getting duplicate feature name in serenityjs report.
i have setup project structure in following way:
-features(Folder)
-profile(folder)
-profileAccountsDetails.feature(cucumber feature file)
-otherFeature(folder)
-otherFeature.feature(cucumber feature file)
And in feature file(profileAccountsDetails.feature):

Feature: Profile Details
As a valuable customer,
I would like to visit Profile page.......
...........
After executing i am getting duplicate title in Serenityjs report.
Please suggest how i can remove duplicate feature title here.
Regards,
Vijay Singh
The text was updated successfully, but these errors were encountered: