You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@eroshenkoam, @baev If there’s any additional information we need to provide to facilitate this process, please let us know. Your assistance is greatly appreciated here. Please check and help with this.
Describe the bug
If a test has markTestSkipped() method into the setUp() method, it does not appear in the Allure report.
To Reproduce
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
The text was updated successfully, but these errors were encountered: