Adds before() and after() methods to set up and tear down a TestcontainerWebDriver
After executing a test method, set the name to the driver. Used to generate the filename, if set up. Called automatically
Before executing a GebSpec, if the driver is TestcontainersWebDriver, set the server port and start the container. Called automatically. `driver`, `serverPort` and `baseUrl` are injected by