8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
import { defineConfig } from "cypress";
|
||
|
|
||
|
export default defineConfig({
|
||
|
e2e: {
|
||
|
supportFile: false,
|
||
|
},
|
||
|
});
|