assertj-swagger icon indicating copy to clipboard operation
assertj-swagger copied to clipboard

A Swagger assertj test library which compares a contract-first Swagger YAML/JSON file with a code-first Swagger JSON

Results 14 assertj-swagger issues
Sort by recently updated
recently updated
newest added

Previous Contract in Yaml ```yml definitions: 'SampleObjectCM': type: object required: - executionPlanStepId - supportType supportType: type: string enum: - Foo - Bar ``` New Yaml: ```yml definitions: 'SampleObjectCM': type: object...

Hey, not sure if this issue is right placed here but if you look into the maven repository: https://mvnrepository.com/artifact/io.github.robwin/assertj-swagger/0.9. you will see an invalid version "0.9." instead of "0.9.0". Would...

Hi there Based on the readme I understand that this supports the Swagger v2.0 specification. Is there a recommended tool for contract testing for OpenApi 3.0? Thanks!

After updating my assertj version to 3.15.0 in my project I keep getting error: java.lang.NoSuchMethodError: org.assertj.core.api.StringAssert.as(Ljava/lang/String;[Ljava/lang/Object;)Lorg/assertj/core/api/AbstractAssert; at io.github.robwin.swagger.test.DocumentationDrivenValidator.validateParameter(DocumentationDrivenValidator.java:334) at io.github.robwin.swagger.test.DocumentationDrivenValidator.validateParameters(DocumentationDrivenValidator.java:305) at io.github.robwin.swagger.test.DocumentationDrivenValidator.validateOperation(DocumentationDrivenValidator.java:282) at io.github.robwin.swagger.test.DocumentationDrivenValidator.validatePath(DocumentationDrivenValidator.java:141) at io.github.robwin.swagger.test.DocumentationDrivenValidator.validatePaths(DocumentationDrivenValidator.java:113) at io.github.robwin.swagger.test.DocumentationDrivenValidator.validateSwagger(DocumentationDrivenValidator.java:79) at io.github.robwin.swagger.test.SwaggerAssert.isEqualTo(SwaggerAssert.java:75)...

Hi, I won't be able to maintain assertj-swagger anymore. I'm busy at work and I have to maintain two other projects [resilience4j](https://github.com/resilience4j/resilience4j) and [Swagger2Markup](https://github.com/Swagger2Markup) which takes time. I'm looking for...

Hi, Initial draft version to validate json schema based on definition path We will improvise and add more feature on validation once it's get approved. Thanks Jayandran

Hi Team, I am getting below error when trying to access 0.9.0 as in maven its with 0.9. Though i am able to access 0.8.1.

Hi, We're using your implementation for validation of the swagger api spec - thanks! However we would like to be able to ignore some parts of API when it comes...

Suppressing the vulnerabilities as the fixes are not available without upgrading to swagger core v3.

(I know this project is looking for a new maintainer but we can still report issues in the meantime) As per https://swagger.io/docs/specification/2-0/mime-types/ > Note that consumes only affects operations with...