viclovsky / swagger-coverage

Tool which generates full picture of coverage of API tests based on OAS (Swagger) v2 and v3
Apache License 2.0
197 stars 38 forks source link

Ability to configure the OpenAPI parser. #101

Closed sshuvalov closed 2 years ago

sshuvalov commented 2 years ago

In some cases, I have to deal with specifications that are divided into several files and referenced via $ref. By default, no options are passed when parsing input specification. This PR expands the configuration options of the parser.