reportportal / agent-net-gauge

Reporter plugin for https://gauge.org
Apache License 2.0
12 stars 5 forks source link

Test retried via Gauge --max-retries-count flag are reported as different tests in Report Portal #36

Closed dnet1 closed 4 years ago

dnet1 commented 4 years ago

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

nvborisenko commented 4 years ago

Fixed in 1.9.0, will be available soon in 1-2 days.