Precondition: #pytest #xdist #qase-pytest
Param 'Project settings - Test run - Auto create test cases' is enabled.
Steps:
Run the following paramterized pytest autotest first time, without decorator @qase.id(case_id).
###########
import pytest
@pytest.mark.parametrize("version", [1, 2])
def test_example(version):
pass
###########
Expected result:
Get one test case in qase.io with all params of paramterized pytest autotest.
Actual result:
Sometimes we can get two test cases with different params in qase.io.