import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8888',
supportFile: false,
},
});
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8888',
supportFile: false,
},
});