5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
import { defineConfig } from "cypress";
|
|
|
|
export default defineConfig({
|
|
e2e: {},
|
|
});
|