request: http://localhost:3000/static/test.html
response:
  - text: This is a test
  - jquery: a
    count: 2
    capture:
      href: "@href"
      text: text
      innerHTML: innerHTML
      html: html
      outerHTML: outerHTML
      all_href: [ "@href" ]
      all_text: [ text ]
      all_innerHTML: [ innerHTML ]
      all_html: [ html ]
      all_outerHTML: [ outerHTML ]
  - equals: [ 'Link 1', "<% text %>" ]
