Renacer Social, the app

cypress.config.ts 213B

12345678910
  1. import { defineConfig } from "cypress";
  2. export default defineConfig({
  3. e2e: {
  4. baseUrl: "http://localhost:3001",
  5. setupNodeEvents(on, config) {
  6. // implement node event listeners here
  7. },
  8. },
  9. });