Skip to content

Spec Retries in WebdriverIO does not group tests together in Report Portal #67

Open
@adityagautam

Description

@adityagautam

When we have specFileRetries set to 1 in WDIO config, then the same test appears twice on the report portal.
https://webdriver.io/docs/configuration/#specfileretries
Our setup: WDIO v8 + Mocha

Expectation:

  1. If the test fails but passes in the retry. Then the test should appear as passed on report portal.
  2. If the test fails after retry. Then one entry should appear on report portal with an indication suggesting number of reties.

Do we already have the option to achieve some thing like this in report portal config?

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