Skip to content

Setting a delay between tests #77

Closed Answered by mishushakov
gregorojstersek asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @gregorojstersek we have just added a delay step type

Example:

version: "1.1"
name: Status Check
env:
  host: example.com
tests:
  example:
    steps:
      - name: GET request
        http:
          url: https://${{env.host}}
          method: GET
          check:
            status: /^20/
      - delay: 1s

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@gregorojstersek
Comment options

@mishushakov
Comment options

@gregorojstersek
Comment options

Comment options

You must be logged in to vote
1 reply
@mishushakov
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mishushakov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants