-
Mateusz Mikołajczak authoredMateusz Mikołajczak authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cypress.config.ts 213 B
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
baseUrl: 'http://localhost:3000',
},
});