Example project for testomatio reporter using newman
npm install example-project-for-newman-reporter-testomatioThis is example project for newman-reporter-testomatio package usage.
npm i2. Run tests
- TESTOMATIO=
- TESTOMATIO=
npm i newman-reporter-testomatio2. Run collection and specify testomatio as reporter:
\TESTOMATIO=
\
> -e (environment) is optional param; others are required
Examples:
\TESTOMATIO=
\TESTOMATIO=
> No need to pass TESTOMATIO_CREATE=1. This param is already set by default when using newman-reporter-testomatio.
newman and newman-reporter-testomatio should be installed in the same directory.newman run ...):newman-reporter-testomatio globally too (npm i newman-reporter-testomatio -g).npx newman run ...):npm iYou can verify installed packages via npm list or npm list -g