Class TagStylist
- java.lang.Object
-
- net.serenitybdd.core.reports.styling.TagStylist
-
public class TagStylist extends Object
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TagStylistfrom(EnvironmentVariables environmentVariables)StringtagStyleFor(TestTag tag)
-
-
-
Method Detail
-
from
public static TagStylist from(EnvironmentVariables environmentVariables)
-
-