when @pytest.mark.parametrize mark is used in the test, Qase hide failed test cases in the main test results and marks them as PASS.
Safiya Yunaeva
I have a test with @pytest.mark.parametrize and each pair of params has different qase ID. when several tests fail and several pass, Qase reports that all tests are PASS and event counts them as passing. The only way to see that some of these tests are failing is to go to Retries section.
Ankita Dasgupta
Hi Safiya, this might be occurring because the "Params" checkbox under Create or update test case from test run is currently unchecked.
Could you please try again after checking those checkboxes and rerunning the test? That should resolve the problem.