mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-01 16:32:54 +00:00
More cypress fixes
This commit is contained in:
@@ -176,6 +176,7 @@ describe('Streams', () => {
|
|||||||
'cert_chain_of_trust',
|
'cert_chain_of_trust',
|
||||||
'cert_extlifeSpan',
|
'cert_extlifeSpan',
|
||||||
'cert_revocation',
|
'cert_revocation',
|
||||||
|
'engine_problem',
|
||||||
'overall_grade',
|
'overall_grade',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ Cypress.Commands.add("validateSwaggerFile", (url, savePath) => {
|
|||||||
.then((response) => cy.writeFile(savePath, response.body, { log: false }))
|
.then((response) => cy.writeFile(savePath, response.body, { log: false }))
|
||||||
.then(() => cy.exec(`yarn swagger-lint '${savePath}'`, { failOnNonZeroExit: false }))
|
.then(() => cy.exec(`yarn swagger-lint '${savePath}'`, { failOnNonZeroExit: false }))
|
||||||
.then((result) => cy.task('log', `Swagger Vacuum Results:\n${result.stdout || ''}`)
|
.then((result) => cy.task('log', `Swagger Vacuum Results:\n${result.stdout || ''}`)
|
||||||
.then(() => expect(result.code).to.eq(0)));
|
.then(() => expect(result.exitCode).to.eq(0)));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user