Show full swagger validation errors in tests
All checks were successful
Close stale issues and PRs / stale (push) Successful in 22s

This commit is contained in:
Jamie Curnow
2025-12-02 07:09:54 +10:00
parent d18c8cf4f1
commit fec8b3b083

View File

@@ -24,7 +24,7 @@
"cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js", "cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js",
"cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js", "cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js",
"cypress:dev": "cypress run --config-file=cypress/config/dev.js", "cypress:dev": "cypress run --config-file=cypress/config/dev.js",
"swagger-lint": "vacuum lint -b -q -d -a -n=warn" "swagger-lint": "vacuum lint -b -q -d -a --no-clip -n=warn"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"