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
Currently if you accidentally nest a field, such as payload or request_body in the wrong place in a test story, it will get ignored, which may lead to false positives in tests.
What solution would you like?
Validate schema of test stories being run to strictly conform.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently if you accidentally nest a field, such as
payload
orrequest_body
in the wrong place in a test story, it will get ignored, which may lead to false positives in tests.What solution would you like?
Validate schema of test stories being run to strictly conform.
The text was updated successfully, but these errors were encountered: