citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 27 forks source link

Improve Reporting #490

Open Inithron opened 5 months ago

Inithron commented 5 months ago

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

  1. config:
    runtime:
    cucumber:
      plugin:
      - "pretty"
      - "json:cucumber.json"
  2. 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.