flagpole icon indicating copy to clipboard operation
flagpole copied to clipboard

Schema fails on one property at a time

Open johnsickels opened this issue 4 years ago • 1 comments
trafficstars

I would rather get details on all properties that fail, rather than just one at a time. Fixing one, then building, running, and seeing the next is quite aggravating.

context
  .assert('Schema is valid', context.response.jsonBody)
  .schema('@login');

Screen Shot 2021-11-19 at 10 02 06 AM .

johnsickels avatar Nov 19 '21 15:11 johnsickels

XML report does not tell me what property fails

Suite: Testing for success in the login api endpoint
Scenario: Get agents events properties without code param
Message: Schema is valid
Actual: must be string

johnsickels avatar Nov 30 '21 18:11 johnsickels