1 import { defineConfig } from "cypress";
3 export default defineConfig({
4 fixturesFolder: "t/cypress/fixtures",
5 screenshotsFolder: "t/cypress/screenshots",
6 videosFolder: "t/cypress/videos",
7 defaultCommandTimeout: 10000,
10 experimentalStudio: true,
11 baseUrl: "http://localhost:8081",
12 specPattern: "t/cypress/integration/**/*.*",
13 supportFile: "t/cypress/support/e2e.js",