Skip to content

Commit 46a6a59

Browse files
committed
feat(cypress): init cypress
1 parent bddece6 commit 46a6a59

28 files changed

+3075
-20
lines changed

cypress.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"baseUrl": "http://localhost:8080/exist/apps/doc",
3+
"fileServerFolder": "src/main/xar-resources",
4+
"ignoreTestFiles": "src/test/cypress/integration/examples/*.js",
5+
"fixturesFolder": "src/test/cypress/fixtures",
6+
"integrationFolder": "src/test/cypress/integration",
7+
"pluginsFile": "src/test/cypress/plugins/index.js",
8+
"screenshotsFolder": "src/test/cypress/screenshots",
9+
"supportFile": "src/test/cypress/support/index.js",
10+
"videosFolder": "src/test/cypress/videos"
11+
}

0 commit comments

Comments
 (0)