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

Add labelling feature to report colorization #508

Open
rschwietzke opened this issue Jul 9, 2024 · 0 comments
Open

Add labelling feature to report colorization #508

rschwietzke opened this issue Jul 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rschwietzke
Copy link
Contributor

Our report colorization rules have a feature to go for the name by using a regexp, such as:

com.xceptance.xlt.reportgenerator.requests.table.colorization.checkout.matching = ^Checkout(?!PlaceOrder|BillingOrder)

It would be great to extend that by allowing to use the label or label and name, e.g:

com.xceptance.xlt.reportgenerator.requests.table.colorization.checkout.matching = ^Checkout(?!PlaceOrder|BillingOrder)
com.xceptance.xlt.reportgenerator.requests.table.colorization.checkout.matching.label = ordering

You have to specify either the name or the label but you can also define both, when one likes.

To make things nicer but don't break compatibility, we may introduce ...matching.name but still support the old format. If both are specified, matching.name takes precedence over just matching.

See #478

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant