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
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Describe your use case
In task validations , when trying to validate response status:
"validations": {
"request_succeed": "${#status == 200}",
}
atual result: "false" ( status is )
expected result: expected: 200 but actual: 500
Is your feature request related to a problem ?
No response
Describe the solution you'd like
Have a clear message that contains the expected and atual values:
Example: expected: 200 but actual: 500
Link to examples
No response
The text was updated successfully, but these errors were encountered: