Skip to content

If a test has markTestSkipped() method in setUp() method, it's not appearing in allure report  #104

Open
@Atul-glo35265

Description

@Atul-glo35265

Describe the bug
If a test has markTestSkipped() method into the setUp() method, it does not appear in the Allure report.

To Reproduce

  1. Steps to reproduce the behavior:
  2. Just add the markTestSkipped() method into setUp method of any testCase.
  3. Run the PHPUnit
  4. Skipped test count will be there in phpUnit result.
  5. 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

image image image

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

image image image

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