mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-10-30 05:57:12 +00:00
9 lines
158 B
TypeScript
9 lines
158 B
TypeScript
import { defineConfig } from "cypress";
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
setupNodeEvents(on, config) {},
|
|
baseUrl: "http://localhost",
|
|
},
|
|
});
|