Annotation Type AEMITBase
-
@Target(TYPE) @Retention(RUNTIME) @ExtendWith(WebdriverSetupExtension.class) @ExtendWith(BrowserProxyExtension.class) @ExtendWith(DisableToursExtension.class) @ExtendWith(JSCoverageExtension.class) @Inherited public @interface AEMITBase
@AEMITBaseis an annotation to include required set of extension for AEM UI Test purpose mainlyIt mainly includes the extensions to setup Webdriver and browser proxy, URI which are retrieved from latest SlingClientContext, disable tours and setup JS coverage