I have a cucumber test with 2 parameters.
So, it runs two times with different parameters and the result is posted to Qase as a single test case but with retry attempts.
I expect these test results to be posted as two separated tests, as it works when I create a test run manually.
The problems here:
  • incorrect number of completed tests on the
    Test runs
    page (less than expected)
  • incorrect pass rate (looks like the latest retry is taken into account only)
  • on the
    Retries
    tab, I'm unable to open and view previous results, only the latest attempt is available to view
I run my tests simply using mvn command.
Is it possible for tests with parameters to be posted as separate tests instead of retries?