We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to set a timeout in second on every step. When timeout is over, cancel the step and testcase is failed.
Default should be no timeout
Expected yaml:
name: MyTestSuite HTTP testcases: - name: GET http testcase steps: - type: http method: GET url: https://eu.api.ovh.com/1.0/ retry: 3 delay: 2 timeout: 1 assertions: - result.body ShouldContainSubstring /dedicated/server - result.body ShouldContainSubstring /ipLoadbalancing - result.statuscode ShouldEqual 200 - result.bodyjson.apis.apis0.path ShouldEqual /allDom ```
The text was updated successfully, but these errors were encountered:
e682103
yesnault
No branches or pull requests
Ability to set a timeout in second on every step. When timeout is over, cancel the step and testcase is failed.
Default should be no timeout
Expected yaml:
The text was updated successfully, but these errors were encountered: