Skip to content

Zeald/core.zest.api.testinghelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Zest API Testing Helper

This npm module contains the following helper classes and functions.

  1. helpers/ZestApi - The API wrapper / helper class that can perform API calls on any zest API endpoints.
  2. helpers/functions - Collection of commonly used routines.
  3. pages/zest4 - Collection of Zest4 Page classes.
  4. pages/zest3 - Collection of Zest3 Page classes.

Publishing Changes

Follow the following steps to push changes to npm.

  1. Increment the version number of the module in version number. Follow the semantic version guidelines of npm.
  2. Login if not login to the npm. Execute npm login on your terminal and provide the login credentials.
  3. Push and publish the changes by executing npm publish.

Releases

No releases published

Packages

No packages published