Testing with Postman: Chai Assertions
Postman uses the Chai Assertion Library so familiarize yourself with it.
Using Chai Match Assertion
You can define a format for your response using Regex and the match assertion. Below is an example of a data format for a mysql date.
Date Format
pm.t...
blog.benweese.com1 min read