Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Provide HTML reports #120

@mdelapenya

Description

@mdelapenya

Using https://github.com/ystia/cucumber-html-reporter, it's possible to provide nice HTML reports based in test results, which could be stored in the artefacts section of Jenkins.

Screenshot 2020-05-18 at 15 01 03

docker run --rm \
   -v "$(pwd):/use/src/app/in" \
   -v "$(pwd):/use/src/app/out" \
   -e "CHR_APP_jsonFile=in/results.json" \ 
   -e "CHR_APP_output=out/report.html" \
   ystia/cucumber-html-reporter:latest

What I'm not sure if it's possible to generate both test results: junit + cucumber json. Otherwise we lose one or the other. I'm going to research about it in the Godog project

Metadata

Metadata

Assignees

Labels

Team:AutomationLabel for the Observability productivity teamarea:ciAnything related to the CIenhancementNew feature or requestpriority:lownice to have, low impactsize:Sless than 1 daytriagedTriaged issues will end up in Backlog column in Robots GH Project

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions