0.2.8 • Published 1 year ago

newman-reporter-testomatio v0.2.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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 generated .tgz file>

Development

! This package does not work if chalk is used.

0.2.7

1 year ago

0.2.6

1 year ago

0.2.8

1 year ago

0.2.3

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.1

2 years ago

0.2.0

3 years ago

0.2.2

2 years ago

0.1.2-beta.2

3 years ago

0.1.2-beta.1

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

6.0.0

3 years ago

5.0.0

3 years ago

4.0.0

3 years ago