kairos/internal/webui/public/cypress.config.js
2023-04-18 16:09:48 +00:00

9 lines
157 B
JavaScript

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