/spock-geb-demo

Demonstrating Geb in combination with Spock

Primary LanguageGroovyMIT LicenseMIT

Conventional Commits .github/workflows/run-e2etests.yml Maintainability Rating Quality Gate Status

Spock Geb demo

This tiny demo demonstrates how to use Geb in combination with Spock for e2e testing.

### A Firefox will be launched for testing https://en.wikipedia.org/
$ ./gradlew test -DshowBrowser=true

The demo is minimized, so you won't have problems understanding what happens.

Basic technologies

e2e testing done

Further reading

See https://github.com/geb/geb-example-gradle for a similar example, but created/maintained by the original Geb author(s).