java.lang.Object
net.thucydides.model.reports.html.TagExclusions
Tags can be excluded from the reports using the serenity.report.exclude.tags property
The '*' symbol can be used as a wildcard for any type or any value,
E.g. serenity.report.exclude.tags="tag1, tag2, errors:*, *:green"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoNotExclude(TestTag tag) static TagExclusionsusingEnvironment(EnvironmentVariables environmentVariables)
-
Constructor Details
-
TagExclusions
-
-
Method Details
-
usingEnvironment
-
doNotExclude
-