Skip to content

Commit

Permalink
docs: Update readme with info about ContainerGebSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Oct 23, 2024
1 parent d4e8615 commit 2061ddf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@

Geb Functional Testing for the Grails® framework.

This plugin provides the Geb dependencies, a `create-functional-test` command for generating Geb tests in a Grails app
and also adds a ContainerGebSpec that when inherited from automatically runs the browser in a container.

This plugin provides the Geb dependencies and a `create-functional-test` command for generating Geb tests in a Grails app.

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.

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

## Examples
Expand Down

0 comments on commit 2061ddf

Please sign in to comment.