minhhungg's picture
feat: initial upload for AutoRestTest Track A datasets
6c50d1f
Raw
History Blame Contribute Delete
482 Bytes
#! /bin/bash
end=$((SECONDS+3600))
while [ $SECONDS -lt $end ]; do
schemathesis run ../../../specs/openapi_json/language-tool.json --hypothesis-database=none --checks all --stateful=links --max-response-time=30000 --validate-schema False --base-url http://localhost:9003/v2
schemathesis run ../../../specs/openapi_json/language-tool.json --hypothesis-database=none --stateful=links --max-response-time=30000 --validate-schema False --base-url http://localhost:9003/v2
done