Skip to content

Commit 85a700d

Browse files
committed
add test cases and Github actions ported from Monterey project
1 parent d61d808 commit 85a700d

20 files changed

+1366087
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
cypress/videos/

cypress.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"defaultCommandTimeout": 10000,
3+
"baseUrl": "http://localhost:5601",
4+
"reporter": "cypress-multi-reporters",
5+
"reporterOptions": {
6+
"configFile": "reporter-config.json"
7+
}
8+
}
8.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)