Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

report generated using wdio-cucumber-framework have scenarios reported as test suites rather than test cases #104

@spujar

Description

@spujar

We are running cucumber tests using wdio-cucumber-framework and generate junit repot using wdio-junit reporter.
Below are the reporter settings
junit: { outputDir: './test/reports/junit', outputFileFormat: function(opts) { // optional returnresults-${opts.cid}.${opts.capabilities}.xml; },

After a scenario is executed, it gets reported are test suite and given when then steps get reported as testcases. Scenario should be reported as test case and given when then info can be part of the test case. Problem with scenario having as test suites is that in jenkins trends, aging is report on failure of steps rather that failure of scenarios

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions