Class TagStylist
java.lang.Object
net.serenitybdd.core.reports.styling.TagStylist
The color of different types of tags in the Serenity reports can be configured using Serenity properties.
You can set the background and foreground colors using the `tag.color.for.*` tags. For example, to make
error tags red, you could add `tag.color.for.error=red`.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TagStylistfrom(EnvironmentVariables environmentVariables) tagStyleFor(TestTag tag)
-
Method Details
-
from
-
tagStyleFor
-