| A11yRegressionTestClass |
Marks a test class which is capturing a11y regression screenshots
using com.atlassian.confluence.webdriver.rules.A11yRegressionRule
in order to filter out a11y regression tests via a test runner configuration
|
| DataCenterTestClass |
Indicate that a test class should be run with a data center instance, with either single or multiple nodes
|
| ExportedTestClass |
Indicates that a test class present in a plugins test-jar should be run as an integration
sanity test in confluence cores acceptance tests.
|
| KubernetesTestClass |
Indicates that a test should be selected to run against Confluence running inside Kubernetes, for example because it
exercises functionality that is particularly senstive to the Kubernetes environment.
|
| SslOnlyTestClass |
Indicate that a test class should be run against a Confluence instance over SSL
|