Skip to content
Snippets Groups Projects
Commit eaf6ddd4 authored by syuilo's avatar syuilo
Browse files

update cypress

parent ecb3c435
No related branches found
No related tags found
No related merge requests found
import { defineConfig } from 'cypress';
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:61812',
},
});
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:61812',
},
})
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment