Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 609 Bytes

File metadata and controls

24 lines (13 loc) · 609 Bytes

Description

Sample test project to demonstrate API testing with Java, Cucumber and OpenAPI

Installation Instructions

Prerequisites:

  • Java 1.8

  • Maven > 3.3.9

Compile with Maven:

run from project root: mvn clean compile

Run tests:

run mvn test

Recommendation: If using IntelliJ to run tests, mark generated-sources/api/src/gen/java directory as Sources Root

Documentation

Check out our blog post introducing microservice test automation using Cucumber JVM and OpenAPI