embedder/cypress.config.js
2022-11-21 14:16:56 -05:00

7 lines
130 B
JavaScript

const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
},
});