qase-tms / qase-python

Qase TMS Python SDK
https://developers.qase.io
26 stars 26 forks source link

qase v5.x - Tags described in @qase.tags() decorator not add to test case in qase #133

Open l0kifs opened 1 year ago

l0kifs commented 1 year ago

Test:

@qase.id(2831)
@qase.title("My test")
@qase.tags('smoke')
def test_example():
    assert True

Config:

{
    "mode": "testops",
    "testops": {
        "api": {
            "token": "my_token"
        },
        "project": "DEMO"
    }
}
stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

l0kifs commented 10 months ago

So I assume that you don't care about issues in your framework. Nice job...

peraholeg commented 6 months ago

Not working for me too