You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -784,6 +784,25 @@ artifacts:
784
784
785
785
---
786
786
787
+
#### `allAttempts`
788
+
789
+
<p><small>| OPTIONAL | BOOLEAN |</small></p>
790
+
791
+
If you have your tests configured with [retries](#retries), you can set this option to `true` to download artifacts for every attempt. Otherwise, only artifacts of the last attempt
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/cypress/yaml/v1.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -812,6 +812,25 @@ artifacts:
812
812
813
813
---
814
814
815
+
#### `allAttempts`
816
+
817
+
<p><small>| OPTIONAL | BOOLEAN |</small></p>
818
+
819
+
If you have your tests configured with [retries](#retries), you can set this option to `true` to download artifacts for every attempt. Otherwise, only artifacts of the last attempt
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/playwright/yaml.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -788,6 +788,25 @@ artifacts:
788
788
789
789
---
790
790
791
+
#### `allAttempts`
792
+
793
+
<p><small>| OPTIONAL | BOOLEAN |</small></p>
794
+
795
+
If you have your tests configured with [retries](#retries), you can set this option to `true` to download artifacts for every attempt. Otherwise, only artifacts of the last attempt
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/replay/yaml.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -509,6 +509,25 @@ artifacts:
509
509
510
510
---
511
511
512
+
#### `allAttempts`
513
+
514
+
<p><small>| OPTIONAL | BOOLEAN |</small></p>
515
+
516
+
If you have your tests configured with [retries](#retries), you can set this option to `true` to download artifacts for every attempt. Otherwise, only artifacts of the last attempt
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/testcafe/yaml.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -792,6 +792,25 @@ artifacts:
792
792
793
793
---
794
794
795
+
#### `allAttempts`
796
+
797
+
<p><small>| OPTIONAL | BOOLEAN |</small></p>
798
+
799
+
If you have your tests configured with [retries](#retries), you can set this option to `true` to download artifacts for every attempt. Otherwise, only artifacts of the last attempt
0 commit comments