newman-reporter-testomatio
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

NEWMAN-REPORTER-TESTOMATIO

This package is adapter for @testomatio/reporter.

Usage

  1. Add as dependency:
    npm i newman-reporter-testomatio
    Note:
    newman and newman-reporter-testomatio should be installed in the same directory.
    If you run your tests using globally installed newman (newman run ...), intall newman-reporter-testomatio globally too (npm i newman-reporter-testomatio -g).
    If you use locally installed newman (within the project) (npx newman run ...), install newman-reporter-testomatio locally (npm i newman-reporter-testomatio). You can verify installed packages via npm list or npm list -g.

  2. Run collection and specify testomatio as reporter:
    TESTOMATIO=<token> npx newman run <collection_name> -r testomatio

Publishing

npm publish
or

  1. Build .js files: tsc
  2. Publish: npm publish

Install as local package

Build local package:

tsc && npm pack

Install:

npm i <path to generate .tgz file>

/newman-reporter-testomatio/

    Package Sidebar

    Install

    npm i newman-reporter-testomatio

    Weekly Downloads

    61

    Version

    0.2.2

    License

    ISC

    Unpacked Size

    53.3 kB

    Total Files

    24

    Last publish

    Collaborators

    • davert