https://cypress.io logo
no & no. my cypress config is ```js const { define...
# help
s
no & no. my cypress config is
Copy code
js
const { defineConfig } = require('cypress')

module.exports = defineConfig({
    e2e: {
        baseUrl: 'http://localhost:3000/',
        setupNodeEvents(on, config) {
            // implement node event listeners here
        },
    },
})
4 Views