Geb for TestNG

Geb (pronounced "jeb") integration with the TestNG test framework.

License

License

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.codehaus.geb
ArtifactId

ArtifactId

geb-testng
Last Version

Last Version

0.7.2
Release Date

Release Date

Type

Type

jar
Description

Description

Geb for TestNG
Geb (pronounced "jeb") integration with the TestNG test framework.
Project URL

Project URL

http://www.gebish.org
Source Code Management

Source Code Management

https://github.com/geb/geb/

Download geb-testng

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.geb/geb-testng/ -->
<dependency>
    <groupId>org.codehaus.geb</groupId>
    <artifactId>geb-testng</artifactId>
    <version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-testng/
implementation 'org.codehaus.geb:geb-testng:0.7.2'
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-testng/
implementation ("org.codehaus.geb:geb-testng:0.7.2")
'org.codehaus.geb:geb-testng:jar:0.7.2'
<dependency org="org.codehaus.geb" name="geb-testng" rev="0.7.2">
  <artifact name="geb-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.geb', module='geb-testng', version='0.7.2')
)
libraryDependencies += "org.codehaus.geb" % "geb-testng" % "0.7.2"
[org.codehaus.geb/geb-testng "0.7.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.geb : geb-core jar 0.7.2

Project Modules

There are no modules declared in this project.

Build Status Maven Central GitHub 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.

How to contribute

Please see CONTRIBUTING.md for contribution guidelines.

Submitting issues

If you'd like to submit an issue against Geb then please use the issue tracker for geb/issues Github project. Please avoid submitting usage questions as issues and use the user mailing list instead.

org.codehaus.geb

Geb

Versions

Version
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.6.0.RC1