New features
The v2.5.2 release adds API Testing capabilities to Nightwatch with the official plugin @nightwatch/apitesting
which enables:
- Perform API request testing
- Setup a mock server which enables:
- Assert on incoming requests
- Assert on request headers
- Assert on post data
Other Improvements
- Added new properties to results object #3494