File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ const config = defineConfig({
4949 runLocation : 'eu-west-1' ,
5050 /* An array of default reporters to use when a reporter is not specified with the "--reporter" flag */
5151 reporters : [ 'list' ] ,
52+ /* How many times to retry a failing test run when running `npx checkly test` or `npx checkly trigger` (max. 3) */
53+ retries : 0 ,
5254 } ,
5355} ) ;
5456
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ const config = defineConfig({
5151 runLocation : 'eu-west-1' ,
5252 /* An array of default reporters to use when a reporter is not specified with the "--reporter" flag */
5353 reporters : [ 'list' ] ,
54+ /* How many times to retry a failing test run when running `npx checkly test` or `npx checkly trigger` (max. 3) */
55+ retries : 0 ,
5456 } ,
5557} )
5658
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ const config = defineConfig({
4040 runLocation : 'eu-west-1' ,
4141 /* An array of default reporters to use when a reporter is not specified with the "--reporter" flag */
4242 reporters : [ 'list' ] ,
43+ /* How many times to retry a failing test run when running `npx checkly test` or `npx checkly trigger` (max. 3) */
44+ retries : 0 ,
4345 } ,
4446} )
4547
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ const config = defineConfig({
4040 runLocation : 'eu-west-1' ,
4141 /* An array of default reporters to use when a reporter is not specified with the "--reporter" flag */
4242 reporters : [ 'list' ] ,
43+ /* How many times to retry a failing test run when running `npx checkly test` or `npx checkly trigger` (max. 3) */
44+ retries : 0 ,
4345 } ,
4446} )
4547
You can’t perform that action at this time.
0 commit comments