summaryrefslogtreecommitdiff
path: root/900-implements.yarn
blob: dbb63dd9fd44145f94e3ed9ccc956f30aacea6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Implementation of scenario steps

## Server aliases

    IMPLEMENTS GIVEN server is also known as (\S+)
    pass

## HTTP requests

    IMPLEMENTS WHEN user fetches (\S+)
    pass

    IMPLEMENTS THEN HTTP status is (\d+)
    pass

    IMPLEMENTS THEN HTTP body matches "(.*)"
    pass