Annotation Type UITest
-
@Target(TYPE) @Retention(RUNTIME) @ExtendWith(UITestExtension.class) @ExtendWith(JSCoverageExtension.class) @Inherited public @interface UITest
@UITestis an extension for AEM UI Test purpose mainlyIt mainly allow to resolve URI parameters in Tests. URI which are retrieved from latest SlingClientContext. It also watch for failure and output browser console logs to the junit log output.