James Fredley
10/26/2024, 2:36 PMContainerGebSpec
class, which can be used in place of GebSpec
, that automatically runs the browser in a container using Testcontainers. This only requires a compatible container runtime be installed, such as:
• Docker Desktop
• OrbStack - macOS only
• Rancher Desktop
• podman desktop
• Colima - macOS and Linux
You can preview this by cloning the 7.0.x branch on https://github.com/grails/grails-functional-tests.git, starting your container runtime and running ./gradlew build