Tests executed with retries using Gauge --max-retries-count flag (gauge run --max-retries-count=<number of retries>) are shown in Report Portal as separate tests, not several retries of the same test.
Expected all test retried via --max-retries-count mechanism to be reported as retries of the same test. The same way it works for Gauge reruns executed with --failed flag.
To reproduce: create a spec with failing test and run it via gauge run --max-retries-count=3
Tests executed with retries using Gauge --max-retries-count flag (
gauge run --max-retries-count=<number of retries>
) are shown in Report Portal as separate tests, not several retries of the same test.Gauge --max-retries-count flag description here.
Expected all test retried via --max-retries-count mechanism to be reported as retries of the same test. The same way it works for Gauge reruns executed with --failed flag.
To reproduce: create a spec with failing test and run it via
gauge run --max-retries-count=3