- given: a self-signed certificate as {cert}, using key {key} impl: python: function: copy_test_certificate - given: a running server using config file {filename} impl: python: function: start_server cleanup: stop_server types: filename: file - given: directory {dirname} impl: python: function: create_directory - then: I am redirected to {location} impl: python: function: fixme - then: I can do at least {number} requests per second impl: python: function: fixme - then: I get status code {code} impl: python: function: http_status_code_is - then: 'header (?P
\S+) is "(?P.+)"' regex: true impl: python: function: http_header_is - then: 'body is "(?P.*)"' regex: true impl: python: function: http_body_is - when: I request {method} {url} impl: python: function: request - when: I request files under {url} in random order {count} times impl: python: function: fixme