Optionalcondition?: RegExpCondition to determine if a test should be retried based on the error. Must be a RegExp tested against the error message.
Optionalcount?: numberThe number of times to retry the test if it fails.
Optionaldelay?: numberDelay in milliseconds between retry attempts.
Serializable retry configuration (used in config files). Functions cannot be serialized, so only string conditions are allowed.