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:
- Download this branch https://github.com/carri747/carri747/tree/allureissue
- Execute
npm i
- Execute
npm run wdio
- Check in console that you have the same test failing the first time and the second working
- Run
npm run report:generate
- Run
npm run report:open
- Open Allure report
- 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

Desktop (please complete the following information):
- OS: [Windows]
- Browser [chrome,]
- Version [e.g. 22]
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:
npm inpm run wdionpm run report:generatenpm run report:openExpected behavior
The result that it's shown in "Retries" tab should be "Fail" because the error it's known
Screenshots

Desktop (please complete the following information):