zest-api-testinghelper
v1.4.0
Published
Zest API class helper
Downloads
155
Readme
Core Zest API Testing Helper
This npm module contains the following helper classes and functions.
- helpers/ZestApi - The API wrapper / helper class that can perform API calls on any zest API endpoints.
- helpers/functions - Collection of commonly used routines.
- pages/zest4 - Collection of Zest4 Page classes.
- pages/zest3 - Collection of Zest3 Page classes.
Publishing Changes
Follow the following steps to push changes to npm.
- Increment the version number of the module in version number. Follow the semantic version guidelines of npm.
- Login if not login to the npm. Execute
npm login
on your terminal and provide the login credentials. - Push and publish the changes by executing
npm publish
.