request: http://localhost:3000/get?param=value
response: 
  - regex: /"param":"(:<captured>[\s\S]+?)"/
  - { equals : [ '<%captured%>', 'value' ] }
