Skip to content

Commit da88ba0

Browse files
authored
add more container runtimes (#65)
1 parent 83f078d commit da88ba0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ This plugin provides the Geb dependencies and a `create-functional-test` command
99

1010
It also provides a `ContainerGebSpec` class, which can be used in place of `GebSpec`, that automatically
1111
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
1419

1520
For further reference please see the [Geb documentation](https://www.gebish.org).
1621

0 commit comments

Comments
 (0)