Release of the new version of the cypress-ajv-schema-validator plugin and related blog.
It includes two MAJOR new features:
- Full integration with bahmutov/cy-api and filiphric/cypress-plugin-api to display JSON violations directly in their UI outputs. ο»Ώπ€―
- A new configuration option to disable schema validation in your tests. ο»Ώπ€©
With this release, you can save minutes, or even hours, when debugging JSON schema errors during your API testing in Cypress.
Read all about it in the blog post: CYPRESS-AJV-SCHEMA-VALIDATOR v1.2.0: Boost Debugging Skills from Vigilante to Superhero with Advanced Schema Error Insights! - DEV Community
These are some images of what looks when integrated with both plugins:
With bahmutov/cy-api
With filiphric/cypress-plugin-api
Cheers!