trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.

Home Page:https://www.softwaretester.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MissingFileException: File '' could not be found while mvn cluecumber-report:reporting run

mstas1993 opened this issue · comments

Describe the bug
Caused by: com.trivago.cluecumber.exceptions.filesystem.MissingFileException: File '' could not be found while mvn cluecumber-report:reporting run
To Reproduce
Steps to reproduce the behavior:

  1. Add based plugin to pom
    com.trivago.rta
    cluecumber-report-plugin
    2.0.0


    report
    post-integration-test

    reporting




    ${project.build.directory}/cucumber-report
    ${project.build.directory}/cluecumber-report

  2. Run tests and get .json result

  3. Run mvn cluecumber-report:reporting

Result: Go to the screen

2019-09-18_1825

I can be wrong with my settings and I will be grateful for the help.

Hi! This issue was fixed in version 2.0.1 but you are using the one before.
By the way, the most recent version is 2.2.0 🙂

It works! Thanks a lot!