// Cypress support file. // Place global hooks/commands here. /// import { addClerkCommands } from "@clerk/testing/cypress"; addClerkCommands({ Cypress, cy }); import "./commands";