Files
nginx-proxy-manager/test/cypress/e2e/api/SwaggerSchema.cy.js
Jamie Curnow 316b758455
All checks were successful
Close stale issues and PRs / stale (push) Successful in 20s
Tweaks to cypress suite
2025-11-18 07:21:06 +10:00

8 lines
210 B
JavaScript

/// <reference types="cypress" />
describe('Swagger Schema Linting', () => {
it('Should be a completely valid schema', () => {
cy.validateSwaggerFile('/api/schema', 'results/swagger-schema.json');
});
});