mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-19 10:36:26 +00:00
Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager
This commit is contained in:
9
test/cypress/integration/api/SwaggerSchema.spec.js
Normal file
9
test/cypress/integration/api/SwaggerSchema.spec.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