-
Notifications
You must be signed in to change notification settings - Fork 112
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
Generate Maven Cucumber Report with Tags Excluded #268
Comments
https://github.com/damianszczepanik/cucumber-reporting/blob/master/src/main/java/net/masterthought/cucumber/Configuration.java#L199 does it like the solution for your problem ? |
damianszczepanik
added a commit
that referenced
this issue
Aug 7, 2024
damianszczepanik
added a commit
that referenced
this issue
Aug 7, 2024
Fixed in #269 so wait for next release |
Hi @damianszczepanik, Thank you! It is working on my local test now. will try it on our pipeline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I would like to reduce the space consumed by the html report generated from our test tags. how can I exclude tag on maven configuration. We are supporting about 40 application and growing. We tend to use "@not-this-application" on some Test case that not are applicable to that market and we want those tags to not create report. Here is the current configuration we are using.
The text was updated successfully, but these errors were encountered: