vector-im-hydrogen-web/cypress.config.ts

9 lines
151 B
TypeScript
Raw Normal View History

2022-08-29 10:56:13 +02:00
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
supportFile: false,
},
});