yaks icon indicating copy to clipboard operation
yaks copied to clipboard

Improve Reporting

Open Inithron opened this issue 1 year ago • 0 comments

Hi, Is there a possibility to use the Cucumber Json Plugin together with YAKS? I have tried following cases in the yaks-config.yaml:

config:
  runtime:
    cucumber:
      plugin:
      - "pretty"
      - "json:cucumber.json"
config:
  runtime:
    cucumber:
      options: "--format json:cucumber.json"

I was not able to verify if the cucumber.json file was really created. But even if this would be the case, how could I get this file out of the test pod? Reason for this question: I would like to use the Cucumber Reports Plugin which creates the pretty HTML reports out of this file.

Inithron avatar Jan 31 '24 16:01 Inithron