Open
Description
Describe the bug
If a test has markTestSkipped() method into the setUp() method, it does not appear in the Allure report.
To Reproduce
- Steps to reproduce the behavior:
- Just add the markTestSkipped() method into setUp method of any testCase.
- Run the PHPUnit
- Skipped test count will be there in phpUnit result.
- Skipped test info will be missing from Allure report.
Expected behavior
Skipped test info should be there in Allure report, as per PhpUnit result. Allure report must have the same count as per PhpUnit report.
Screenshots
Normal Test : Working Fine



Test with markTestSkipped() in setUp() : Not working fine



Metadata
Metadata
Assignees
Labels
No labels