mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Updated cypress entirely
This commit is contained in:
9
test/cypress/e2e/api/SwaggerSchema.cy.js
Normal file
9
test/cypress/e2e/api/SwaggerSchema.cy.js
Normal file
@ -0,0 +1,9 @@
|
||||
/// <reference types="Cypress" />
|
||||
|
||||
describe('Swagger Schema Checks', () => {
|
||||
it('Should be valid with swagger-validator', function() {
|
||||
cy.task('validateSwaggerFile', {
|
||||
file: Cypress.env('swaggerBase')
|
||||
}).should('equal', null);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user