Page MenuHomePhabricator

Validate Test Responses
Closed, ResolvedPublic

Description

As a test author, I want to be able to validate responses.

  • use of a standard assertion library would be a plus
  • must be able to use powerful assertions: support regular expressions, string interpolation, and JSON structure containment

Priority: Must Have

Acceptance Criteria:

  • Validate a response using a regular expression
  • Validate a response using string interpolation
  • Validate a response using JSON structure containment