qase-tms / qase-python

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

[qase-robotframework] Make tags case insensitive #6

Closed flowrean-marcus closed 2 years ago

flowrean-marcus commented 3 years ago

Hello,

We are using the qase-robotframework listener to feed test results of our runs into Qase and we're using certain formatting tools in our project which make all tags on test cases lowercase. Recently I've found out that this makes the test runs empty because no link is found between test cases in Qase and the lowercase tags.

Would it be possible to make these tags case insensitive when parsing them?

1ivliev commented 2 years ago

@flowrean-marcus Hi! This is added in PR https://github.com/qase-tms/qase-python/pull/10. Have a nice day!