Last Version

Library to automate service tests with Gauge 0.4.2

The library provides several step templates for Gauge scenarios to execute queries and verifier their responses.

License

License

GroupId

GroupId

com.github.ajoecker
ArtifactId

ArtifactId

gauge-services
Version

Version

0.4.2
Type

Type

pom
Description

Description

Library to automate service tests with Gauge
The library provides several step templates for Gauge scenarios to execute queries and verifier their responses.

Download gauge-services 0.4.2

Filename Size
gauge-services-0.4.2.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/ -->
<dependency>
    <groupId>com.github.ajoecker</groupId>
    <artifactId>gauge-services</artifactId>
    <version>0.4.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/
implementation 'com.github.ajoecker:gauge-services:0.4.2'
// https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/
implementation ("com.github.ajoecker:gauge-services:0.4.2")
'com.github.ajoecker:gauge-services:pom:0.4.2'
<dependency org="com.github.ajoecker" name="gauge-services" rev="0.4.2">
  <artifact name="gauge-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajoecker', module='gauge-services', version='0.4.2')
)
libraryDependencies += "com.github.ajoecker" % "gauge-services" % "0.4.2"
[com.github.ajoecker/gauge-services "0.4.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.tinylog : tinylog-api jar 2.0.0
org.tinylog : tinylog-impl jar 2.0.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.2
org.mockito : mockito-core jar 3.0.0

Project Modules

  • gauge-graphql
  • gauge-services-common
  • gauge-rest