https://cypress.io logo
` import { defineConfig } from "cypress"; export ...
# e2e-testing
f
Copy code
import { defineConfig } from "cypress";

export default defineConfig({
  e2e: {
    baseUrl: "http://localhost:3000/#/",
  },
});