retry property

int retry

The number of times to re-run a test before being marked as a failure.

Implementation

int get retry => _retry ?? 0;