Skip to content

Commit 0a4bc0e

Browse files
committed
fix: make cypress not fail when pages return 404
1 parent 2413770 commit 0a4bc0e

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
"baseUrl": "http://localhost:3000",
3-
"responseTimeout": 5000
3+
"responseTimeout": 5000,
4+
"failOnStatusCode": false
45
}

0 commit comments

Comments
 (0)