newman-reporter-testomatio v0.2.8
NEWMAN-REPORTER-TESTOMATIO
This package is adapter for @testomatio/reporter.
Usage
Add as dependency: \
npm i newman-reporter-testomatio\ Note: \newmanandnewman-reporter-testomatioshould be installed in the same directory. \ If you run your tests using globally installed newman (newman run ...), intallnewman-reporter-testomatioglobally too (npm i newman-reporter-testomatio -g). \ If you use locally installed newman (within the project) (npx newman run ...), installnewman-reporter-testomatiolocally (npm i newman-reporter-testomatio). You can verify installed packages vianpm listornpm list -g.Run collection and specify
testomatioas reporter: \TESTOMATIO=<token> npx newman run <collection_name> -r testomatio
Publishing
npm publish
\
or
- Build .js files:
tsc - Publish:
npm publish
Install as local package
Build local package:
tsc && npm pack
Install:
npm i <path to generated .tgz file>
Development
! This package does not work if chalk is used.