CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Add or more prominently link to documentation for `step.retry()`

Open s100 opened this issue 6 months ago • 1 comments

During normal usage of [email protected] I see the following repeated warning:

I.retry() is deprecated, use step.retry() instead

This comes from here, naturally.

Unfortunately I am unable to find any documentation of what step.retry() is or how to use it?

Image

and

Image

The documentation for retrying still uses I.retry() throughout:

Image

Could you please add documentation for step.retry(), or if the documentation exists, could you please make it easier to find.

s100 avatar Apr 10 '25 15:04 s100