ktp.loginjson.revise
v2.1.0
Published
A headless testui application developed using puppeteer library
Downloads
7
Readme
What can I do? As part of development workflow developers need to revise userLogin.json files by performing below steps.
- Goto atom qa website
- Login to application
- Copy userLogin json
- Paste it into ktp-web-testui project directory.
I do automate above process so that developers can just focus on their work.
Run locally
- npm start
Release Process
- npm run build
- npm version patch | minor | major
- npm publish