chore: changed cypress config to esm

This commit is contained in:
Jannat Patel
2025-05-14 11:52:48 +05:30
parent 48edd888a6
commit da8028784d
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
const { defineConfig } = require("cypress");
import { defineConfig } from "cypress";
module.exports = defineConfig({
export default defineConfig({
projectId: "vandxn",
adminPassword: "admin",
testUser: "frappe@example.com",