Skip to content

SpectoLabs/swagger-to-hoverfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger-to-hoverfly

This is a spike Java project designed to generate Hoverfly simulations from Swagger definitions.

Usage

Run test and build shadow jar.

./gradlew clean build

If you are in the project root directory, you can try it with the pet-store Swagger specification json:

java -jar build/libs/swagger-to-hoverfly-1.0-SNAPSHOT-all.jar src/test/resources/petstore.json

This will print out the equivalent Hoverfly simulation data.

Or output to a json file:

java -jar build/libs/swagger-to-hoverfly-1.0-SNAPSHOT-all.jar src/test/resources/petstore.json > hoverfly-petstore.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages