@@ -3867,7 +3867,9 @@ added: v25.0.0
|
3867 | 3867 | |
3868 | 3868 | * Type: {number} |
3869 | 3869 | |
3870 | | -Number of times the test has been attempted. |
| 3870 | +The attempt number of the test. This value is zero-based, so the first attempt is `0`, |
| 3871 | +the second attempt is `1`, and so on. This property is useful in conjunction with the |
| 3872 | +`--test-rerun-failures` option to determine which attempt the test is currently running. |
3871 | 3873 | |
3872 | 3874 | ### `context.workerId` |
3873 | 3875 | |
@@ -4240,9 +4242,9 @@ added: REPLACEME
|
4240 | 4242 | |
4241 | 4243 | * Type: {number} |
4242 | 4244 | |
4243 | | -The current attempt number of the suite. Used in conjunction with the |
4244 | | -`--test-rerun-failures` option to determine the attempt number of the current |
4245 | | -run. |
| 4245 | +The attempt number of the suite. This value is zero-based, so the first attempt is `0`, |
| 4246 | +the second attempt is `1`, and so on. This property is useful in conjunction with the |
| 4247 | +`--test-rerun-failures` option to determine the attempt number of the current run. |
4246 | 4248 | |
4247 | 4249 | ### `context.diagnostic(message)` |
4248 | 4250 | |
|