Skip to content

Commit b316c19

Browse files
committed
add retries config option
1 parent ae26713 commit b316c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"video": false,
3-
"baseUrl": "http://localhost:3000/"
3+
"baseUrl": "http://localhost:3000/",
4+
"retries": 1
45
}

0 commit comments

Comments
 (0)