The situation is the following:
1) I have test case ABC-123 in qase.io.
2) I have integrated Cypress with Qase
3) I have a test spec file with 3 tests in Cypress
4) All those 3 tests are related to ABC-123 test-case
The thing is, that when running this single spec file with qase-reporter, and I make one test (one "it" block ) to fail, I see that the test-run is passed in Qase.io with that single ABC-123.
Feature Request: I think, it is more than logical to fail the test-run/case in qase.io, if one of the related automated tests is failed. Also provide an informative UI to easily understand which one is failed and passed.