0.2.2 • Published 9 months ago

newman-reporter-testomatio v0.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

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>

0.2.1

9 months ago

0.2.0

11 months ago

0.2.2

9 months ago

0.1.2-beta.2

1 year ago

0.1.2-beta.1

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago

6.0.0

1 year ago

5.0.0

1 year ago

4.0.0

1 year ago