File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,13 @@ This plugin provides the Geb dependencies and a `create-functional-test` command
9
9
10
10
It also provides a ` ContainerGebSpec ` class, which can be used in place of ` GebSpec ` , that automatically
11
11
runs the browser in a container using [ Testcontainers] ( https://java.testcontainers.org/ ) . This requires a
12
- [ compatible container runtime] ( https://java.testcontainers.org/supported_docker_environment/ ) such as
13
- [ Docker] ( https://www.docker.com/ ) to be installed.
12
+ [ compatible container runtime] ( https://java.testcontainers.org/supported_docker_environment/ ) be installed, such as:
13
+
14
+ - [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
15
+ - [ OrbStack] ( https://orbstack.dev/ ) - macOS only
16
+ - [ Rancher Desktop] ( https://rancherdesktop.io/ )
17
+ - [ podman desktop] ( https://podman-desktop.io/ )
18
+ - [ Colima] ( https://github.com/abiosoft/colima ) - macOS and Linux
14
19
15
20
For further reference please see the [ Geb documentation] ( https://www.gebish.org ) .
16
21
You can’t perform that action at this time.
0 commit comments