oneui-doc
v1.0.10
Published
A CLI to analyse a project
Downloads
4
Readme
ONEUI-DOCTOR
AUDIT
Scan for vulnerabilities and automatically install any compatible updates to dependencies
TEST READY
Scan all templates and make sure they are ready for UI Test Automation
UPGRADE
Update outdated NPM dependencies with changelogs inspection support
Steps for running this project
- Run
npm install -g oneui-doc
on root project. - Run oneui doctor commands on root project.
oneui-doctor commands
oneui-doc
: Scan the project to find vulnerabilitiesoneui-doc --fix
: Scan the project for vulnerabilities and automatically install any compatible updates to vulnerable dependenciesoneui-doc --check
: Check compatibility of packages for upgradeoneui-doc --upgrade
: upgrade the packages of projectoneui-doc --testready
: Scan the html files and checks if it is ready for automation testing