How to add description to each testcase/API call? #454
Unanswered
kunalmohan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way I can add description to each test/API call made with
httpexpect.Expect()
? It can be printed in console under "test description" if the test fails. Currently only request path and response are printed which may not be very descriptive to narrow down which test failed.Beta Was this translation helpful? Give feedback.
All reactions