Skip to content

Commit

Permalink
add more container runtimes (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Oct 25, 2024
1 parent 83f078d commit da88ba0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ This plugin provides the Geb dependencies and a `create-functional-test` command

It also provides a `ContainerGebSpec` class, which can be used in place of `GebSpec`, that automatically
runs the browser in a container using [Testcontainers](https://java.testcontainers.org/). This requires a
[compatible container runtime](https://java.testcontainers.org/supported_docker_environment/) such as
[Docker](https://www.docker.com/) to be installed.
[compatible container runtime](https://java.testcontainers.org/supported_docker_environment/) be installed, such as:

- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
- [OrbStack](https://orbstack.dev/) - macOS only
- [Rancher Desktop](https://rancherdesktop.io/)
- [podman desktop](https://podman-desktop.io/)
- [Colima](https://github.com/abiosoft/colima) - macOS and Linux

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

Expand Down

0 comments on commit da88ba0

Please sign in to comment.