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
ConstructorsConstructorDescriptionTagExclusions(EnvironmentVariables environmentVariables, TestOutcomes testOutcomes) -
Method Summary
Modifier and TypeMethodDescriptionbooleandoNotExclude(TestTag tag) static TagExclusionsusingEnvironment(EnvironmentVariables environmentVariables) static TagExclusionsusingEnvironment(EnvironmentVariables environmentVariables, TestOutcomes testOutcomes)
-
Constructor Details
-
TagExclusions
-
-
Method Details
-
usingEnvironment
-
usingEnvironment
public static TagExclusions usingEnvironment(EnvironmentVariables environmentVariables, TestOutcomes testOutcomes) -
doNotExclude
-