newman icon indicating copy to clipboard operation
newman copied to clipboard

Add docker image for Qase reporter using alpine image

Open AmmarArnt opened this issue 3 years ago • 3 comments

What kind of change does this PR introduce?

Introduce docker file for building an image that uses the base alpine newman image, but with the Qase reporter installed. This enables the use of the newman container with Qase inside a kubernetes cluster, without the need to create separate node services or custom docker images in private repositories.

A similar approach could be used for other reporters.

Does this PR introduce a breaking change?

No

Other Information:

This image needs to be built and pushed to the dockerHub with the tag postman/newman:qase-alpine

AmmarArnt avatar Feb 22 '22 10:02 AmmarArnt

Codecov Report

Merging #2934 (881278b) into develop (90f4449) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2934   +/-   ##
========================================
  Coverage    90.96%   90.96%           
========================================
  Files           21       21           
  Lines         1151     1151           
  Branches       349      349           
========================================
  Hits          1047     1047           
  Misses         104      104           
Flag Coverage Δ
cli 82.10% <ø> (ø)
integration 41.00% <ø> (ø)
library 58.55% <ø> (ø)
unit 75.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90f4449...881278b. Read the comment docs.

codecov[bot] avatar Feb 22 '22 10:02 codecov[bot]

Please merge this!

viktorlarsson avatar Feb 24 '22 13:02 viktorlarsson

Any feedback on this?

AmmarArnt avatar Mar 07 '22 10:03 AmmarArnt