retry_reportΒΆ

.. py:function:: retry_report(context: ~typing.Any) -> str :module: behave_retry

Get a human-readable retry summary.

Call this in after_all in your environment.py.

:param context: Behave context object.

:returns: A formatted summary string of retry statistics.