Skip to content

Pretty HTML Reporting Not generated #4

@kimr01

Description

@kimr01

Hi
Can someone take a look at eclipe reporting if it works correctly? I cannot see report is genarted at target forlder - nothing is created.

my code for RunCukesTest.java is as follows;

@RunWith(Cucumber.class)
@CucumberOptions(
features = "classpath:features",
//plugin = {"pretty", "html:target/cucumber-html-report"},
monochrome = true,
plugin = {"pretty","html:target/cucumber",
//"json:target/cucumber.json",
//"com.cucumber.listener.ExtentCucumberFormatter:target/report.html"
},
tags = {},
dryRun = false
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions