A set of client-side functionality for creating, adding and uploading test report to CH cloud with valid subscription.
Install the dependency packages:
npm install
To publish a new version to the NPM registry:
-
Commit and push the changes.
-
Update the version of the package using one of the following:
npm version patch
or
npm version minor
or one of the other variations (see npm-version)
-
Push the version commit
git push origin master
-
Push the version tag
git push origin <name-of-tag>
where is something like vX.Y.Z (e.g. v1.0.58)
Copyright (c) 2021 chtsinc, Inc. All rights reserved.