Skip to content

Label "Unknown" incorrect in retries tab with retry policy #826

@carri747

Description

@carri747

Describe the bug
I'm using wdio in the latest version, when I've a retry policy defined and my test fail the first time and in the second try is success.
When I generate a report I can see in "Retry" tab the label "unknow" when the first execution was failed.

To Reproduce
Steps to reproduce the behavior:

  1. Download this branch https://github.com/carri747/carri747/tree/allureissue
  2. Execute npm i
  3. Execute npm run wdio
  4. Check in console that you have the same test failing the first time and the second working
  5. Run npm run report:generate
  6. Run npm run report:open
  7. Open Allure report
  8. Open the testcase and go to "Retries" tab

Expected behavior
The result that it's shown in "Retries" tab should be "Fail" because the error it's known

Screenshots
image

Desktop (please complete the following information):

  • OS: [Windows]
  • Browser [chrome,]
  • Version [e.g. 22]

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions