Annotation Interface Web


@Target(TYPE) @Retention(RUNTIME) @Tag("web") @Tag("full") @ExtendWith({org.jboss.arquillian.junit5.ArquillianExtension.class,AssertionExtension.class}) public @interface Web

These are test classes that REQUIRE web profile to be executed. For these tests to run they must deploy an application to a Jakarta EE server using the Arquillian @Deployment annotation.

At runtime the Arquillian Servlet protocol must be used for communication with the Jakarta EE server.