Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/groovy-geb
Apache Geb: Very Groovy Browser Automation
https://github.com/apache/groovy-geb
apache bdd-style-testing-framework browser-testing devtools e2e-testing end-to-end-testing functional-testing groovy java open-source selenium test test-automation testing-framework testing-library webdriver
Last synced: 4 days ago
JSON representation
Apache Geb: Very Groovy Browser Automation
- Host: GitHub
- URL: https://github.com/apache/groovy-geb
- Owner: apache
- License: apache-2.0
- Created: 2010-08-03T03:58:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T23:33:37.000Z (19 days ago)
- Last Synced: 2025-01-10T05:02:35.515Z (11 days ago)
- Topics: apache, bdd-style-testing-framework, browser-testing, devtools, e2e-testing, end-to-end-testing, functional-testing, groovy, java, open-source, selenium, test, test-automation, testing-framework, testing-library, webdriver
- Language: Groovy
- Homepage: https://gebish.org
- Size: 8.61 MB
- Stars: 1,150
- Watchers: 103
- Forks: 234
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://circleci.com/gh/geb/geb/tree/master.svg?style=shield)](https://circleci.com/gh/geb/workflows/geb/tree/master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gebish/geb-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.gebish/geb-core)
[![GitHub contributors](https://img.shields.io/github/contributors/geb/geb.svg)](https://github.com/geb/geb/graphs/contributors/)Geb (pronounced “jeb”) is a browser automation solution. It brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language.
For more information about the project, see the [http://www.gebish.org](http://www.gebish.org/).
## How to contribute
Please see [CONTRIBUTING.md](https://github.com/geb/geb/blob/master/CONTRIBUTING.md) for contribution guidelines.
## Submitting issues
If you'd like to submit an issue against Geb then please use the [Geb GitHub issue tracker](https://github.com/apache/groovy-geb/issues).
Please avoid submitting usage questions as issues
and instead join and ask your question on one of the following forums:| Forum |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| The `[email protected]` mailing list: [Browse](https://lists.apache.org/[email protected]) [Subscribe](mailto:[email protected]) [Unsubscribe](mailto:[email protected]) |
| The [Geb GitHub Discussions](https://github.com/apache/groovy-geb/discussions) forum |
| The `#geb` channel on the [Groovy Slack workspace](https://www.groovycommunity.com) |