mhp-automation-utils
v0.0.11
Published
Various utils for automation purposes
Readme
MHP Automation Utils library
This project is a simple nodejs project meant to encapsulate features of interaction between test automation frameworks and the automation portal.
Available features
- Report test results to the automation portal
- Publish stepdefinitions to the automation portal
- Publish API endpoints coverage to the automation portal
How to run
Link as a library and use API
How to link
Local lib
- Navigate to the root of mhp-automation-utils project.
- Execute
npm link - Navigate to the project you want to link the utils to
- Execute
npm link mhp-automation-utils - Execute
npm install
Unlink local lib
Execute npm rm --global mhp-automation-utils
npm lib
Add this to the package.json of your project
"mhp-automation-utils": "0.0.2"
How to publish
npm login
npm publish