swagger-coverage
swagger-coverage copied to clipboard
Tool which generates full picture of coverage of API tests based on OAS (Swagger) v2 and v3
#### I'm submitting a ... - [ ] bug report #### What is the current behavior? specifing RestAssured.given().filter(new SwaggerCoverageRestAssured()) when used functional call of restassured method: ``` Map pathParam =...
Hi Victor, Thanks for sharing this project Getting this error on one of the swaggers, for another it works fine [main] INFO io.swagger.parser.Swagger20Parser - reading from appmarketqa.json [main] INFO com.github.viclovsky.swagger.coverage.core.generator.Generator...
Hello, Our swagger shows endoints path as "/api/v1/hotels" But in my tests i specified "/api/v1/hotels" as RestAssured basePath and make requests as: get() or get("/{hotelId}"). Your tool cant recognize it...
In my project I use **swagger-codegen-maven-plugin** 2.4.9 + **rest assured** 4.1.1 and **gson library** for serialization. When I added the **swagger-coverage** in the pom.xml, **jackson library** was included into the...
#### I'm submitting a ... - [x] bug report #### Error when running `mvn clean test` `java.lang.NullPointerException: Cannot invoke "java.nio.file.attribute.FileTime.toInstant()" because "this.minResultTime" is null` #### If the current behavior is...