mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-23 18:50:04 +00:00
fix cypress config
This commit is contained in:
parent
97c17d47af
commit
4e68a81d2b
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,9 +2,6 @@ build
|
|||||||
node_modules
|
node_modules
|
||||||
src/react-app-env.d.ts
|
src/react-app-env.d.ts
|
||||||
cypress/fixtures/example.json
|
cypress/fixtures/example.json
|
||||||
cypress/plugins/index.js
|
|
||||||
cypress/support/commands.js
|
|
||||||
cypress/support/index.js
|
|
||||||
cypress/videos
|
cypress/videos
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
@ -5,11 +5,6 @@ export default defineConfig({
|
|||||||
viewportHeight: 1024,
|
viewportHeight: 1024,
|
||||||
chromeWebSecurity: false,
|
chromeWebSecurity: false,
|
||||||
e2e: {
|
e2e: {
|
||||||
// We've imported your old cypress plugins here.
|
|
||||||
// You may want to clean this up later by importing these.
|
|
||||||
setupNodeEvents(on, config) {
|
|
||||||
return require('./cypress/plugins/index.js')(on, config)
|
|
||||||
},
|
|
||||||
baseUrl: 'http://localhost:3000/#',
|
baseUrl: 'http://localhost:3000/#',
|
||||||
supportFile: false,
|
supportFile: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user