Support auto creating test cases for all reporters
Closed this issue · 3 comments
1ivliev commented
Need to add the ability to create test cases when sending bulk method results (in the absence of binding to the test case ID in Qase TMS). Several scenarios need to be supported:
- a complete absence of ID in test files
- the full presence of ID in test files
- the presence of both tests without ID and with ID
Example implementation in JS and PHP reporters:
https://github.com/qase-tms/qase-javascript/blob/master/qase-jest/src/index.ts
https://github.com/qase-tms/qase-phpunit/blob/main/src/Reporter.php
stale commented
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.
hex0cter commented
We have been waiting for this in pytest for a long time!