opinion-ateTDD_personal/cypress.config.js

8 lines
136 B
JavaScript
Raw Normal View History

2024-04-24 13:56:50 +02:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
},
});