0.0.28 • Published 4 years ago

@overture/newman-reporter-integrity-logger v0.0.28

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Purpose

Reduce the sie of the json summary and post it to an url. This is an internal tool. Designed by Barco to send Overture APi tests results to the internal integrity-logger agent.

Parameters

  • --reporter-integrityLoggerUrl is mandatory to know where to send the results

Any other parameter will be sent in the options object to be exploited by the receiver of the results.

How to publish

  • Increment version in package.json
  • npm publish

How to use

Run newman with @overture/integrity-logger newman reporter.

Example:

docker run --rm -v "$(pwd)/collections:/etc/newman" \
--entrypoint /bin/sh postman/newman:alpine \
-c "npm i -g @overture/newman-reporter-integrity-logger; \
newman run collection.postman_collection.json \
-e env.postman_environment.json \
-r cli,@overture/integrity-logger \
--reporter-integrityLoggerUrl http://flru-dev4:3000/postman \
--reporter-sessionName \"RMM API Tests #unknown\" \
--reporter-project /Overture/RMM \
--reporter-build unknown \
--reporter-testSuiteId 911791"

Notes

Following command to start newman in interatcive mode for debugging.

docker run --rm -it -v "$(pwd)/collections:/etc/newman" --entrypoint /bin/sh postman/newman:alpine -c "npm i -g @overture/newman-reporter-integrity-logger; sh"
0.0.28

4 years ago

0.0.26

4 years ago

0.0.27

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago