allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Add Status UNKOWN for skipped tests with 'unknown' reason

Open aleksandr-kotlyar opened this issue 4 years ago • 1 comments

What?

Add Status UNKOWN for skipped tests with 'unknown' reason

Why?

To colorize tests which are not triaged yet in category unknown in allure history trends.

Usage example

Tests skipped with 'unknown' reason will be colored purple in allure history trends.

@pytest.mark.skip('unknown')
def test_needs_to_be_triaged():
    """Or test which is not completed yet."""

image

Checklist

aleksandr-kotlyar avatar Apr 28 '21 16:04 aleksandr-kotlyar

If it will pass review - please, squash commits on merge :)

aleksandr-kotlyar avatar Apr 28 '21 16:04 aleksandr-kotlyar