mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
9 lines
151 B
TypeScript
9 lines
151 B
TypeScript
|
import { defineConfig } from "cypress";
|
||
|
|
||
|
export default defineConfig({
|
||
|
e2e: {
|
||
|
baseUrl: "http://localhost:3000",
|
||
|
supportFile: false,
|
||
|
},
|
||
|
});
|