Question: I am having trouble getting Selenium TestContainers to record the tests for me. I am using TestContainers in Quarkus. The Quarkus way to deal with setting up test resources in a QuarkusTestResourceLifecycleManager class, as such: This functionally works, as ...