Annotation Type UITest


  • @Target(TYPE)
    @Retention(RUNTIME)
    @ExtendWith(UITestExtension.class) @ExtendWith(JSCoverageExtension.class)
    @Inherited
    public @interface UITest
    @UITest is an extension for AEM UI Test purpose mainly

    It 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.