License |
License |
---|---|
GroupId | GroupIdcom.github.ajoecker |
ArtifactId | ArtifactIdgauge-services |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLibrary to automate service tests with Gauge
The library provides several step templates for Gauge scenarios to execute queries and verifier their
responses.
|
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"]
Group / Artifact | Type | Version |
---|---|---|
org.tinylog : tinylog-api | jar | 2.0.0 |
org.tinylog : tinylog-impl | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
org.mockito : mockito-core | jar | 3.0.0 |