We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a4ddb commit c69e5c7Copy full SHA for c69e5c7
catalyst-gateway/tests/schemathesis_tests/Earthfile
@@ -15,7 +15,7 @@ package-schemathesis:
15
VOLUME /results
16
ENTRYPOINT st run --include-path-regex '^/api/v1/health/' \
17
--exclude-path '/api/v1/health/inspection' \ #excluding since this is a internal debug endpoint
18
- --checks=all $openapi_spec \
+ $openapi_spec \
19
--workers=2 \
20
--wait-for-schema=120 \
21
--max-response-time=5000 \
0 commit comments