Skip to content

Commit ff54dd0

Browse files
committed
test(HomePage) by screenshots
1 parent 506ba3b commit ff54dd0

File tree

8 files changed

+1194
-9
lines changed

8 files changed

+1194
-9
lines changed

cypress.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"url": "https://localhost:8000",
55
"server_url": "https://localhost:5001/api/1.0",
66
"uid": 1
7-
}
7+
},
8+
"ignoreTestFiles": [
9+
"**/__snapshots__/*",
10+
"**/__image_snapshots__/*"
11+
],
12+
"viewportWidth": 1200,
13+
"viewportHeight": 800
814
}

0 commit comments

Comments
 (0)