From fec8b3b083e825526ff35b1cda60584d983d4439 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 2 Dec 2025 07:09:54 +1000 Subject: [PATCH] Show full swagger validation errors in tests --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 7af42dff..7e882e6d 100644 --- a/test/package.json +++ b/test/package.json @@ -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: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", - "swagger-lint": "vacuum lint -b -q -d -a -n=warn" + "swagger-lint": "vacuum lint -b -q -d -a --no-clip -n=warn" }, "author": "", "license": "ISC"