Skip to content

Commit 669522b

Browse files
committed
chore(node): bump node to lts
update depedencies
1 parent 1e905fc commit 669522b

File tree

5 files changed

+937
-569
lines changed

5 files changed

+937
-569
lines changed

cypress.config.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
const { defineConfig } = require('cypress')
2+
3+
module.exports = defineConfig({
4+
projectId: 'h8zx19',
5+
fileServerFolder: 'src/main/xar-resources',
6+
fixturesFolder: 'src/test/cypress/fixtures',
7+
screenshotsFolder: 'src/test/cypress/screenshots',
8+
videosFolder: 'src/test/cypress/videos',
9+
e2e: {
10+
// We've imported your old cypress plugins here.
11+
// You may want to clean this up later by importing these.
12+
setupNodeEvents(on, config) {
13+
return require('./src/test/cypress/plugins/index.js')(on, config)
14+
},
15+
baseUrl: 'http://localhost:8080/exist/apps/doc/',
16+
excludeSpecPattern: 'src/test/cypress/integration/examples/*.js',
17+
specPattern: 'src/test/cypress/integration/**/*.{js,jsx,ts,tsx}',
18+
supportFile: 'src/test/cypress/support/index.js',
19+
},
20+
})

cypress.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)