import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.boot.test.context.SpringBootTest;
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT;
import org.testcontainers.containers.BrowserWebDriverContainer;
* @author Kai Moritz
*/
@SpringBootTest(webEnvironment = RANDOM_PORT)
+@ExtendWith(WebDriverExtension.class)
@Slf4j
public class DemoControllerIT
{