jemishgopani / wdio-json-reporter

A WebdriverIO plugin. Report results in json format. http://webdriver.io
13 stars 32 forks source link

Combined Report - Enhance State #16

Closed fijijavis closed 5 years ago

fijijavis commented 7 years ago

The combined report has a "state" section in the header that currently tells the number of passed, failed and skipped tests. Enhance state to look as follows:

"state":{
    "suites": {
        "count": X, //number of unique suites in the report
    },
    "tests": {
        "passed": X,
        "failed": Y,
        "skipped": Z
    }
}
fijijavis commented 5 years ago

not applicable to v5 of wdio