You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
.
The text was updated successfully, but these errors were encountered:
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
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.
.
The text was updated successfully, but these errors were encountered: