Skip to content

Commit

Permalink
update cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy1225 committed Mar 12, 2024
1 parent 344045e commit f80a4f4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 26 deletions.
7 changes: 4 additions & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { defineConfig } = require('cypress');
const { config } = require('./package.json');
const {defineConfig} = require('cypress');
const {config} = require('./package.json');

module.exports = defineConfig({
videosFolder: 'test/cypress/videos',
Expand All @@ -14,6 +14,7 @@ module.exports = defineConfig({
},
specPattern: 'test/cypress/integration/**/*.cy.{js,jsx,ts,tsx}',
supportFile: 'test/cypress/support/index.js',
baseUrl: 'http://localhost:'+config.testPort
baseUrl: 'http://localhost:' + config.testPort,
testIsolation: false
},
});
53 changes: 31 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bower": "^1.8.8",
"clean-css-cli": "^4.2.1",
"connect": "^3.7.0",
"cypress": "^10.11.0",
"cypress": "^13.6.6",
"cypress-plugin-tab": "^1.0.5",
"deep-equal": "^2.1.0",
"grunt": "^1.5.3",
Expand Down

0 comments on commit f80a4f4

Please sign in to comment.