2026-02-07 16:01:13 +00:00
|
|
|
// Cypress support file.
|
|
|
|
|
// Place global hooks/commands here.
|
2026-02-07 17:33:52 +00:00
|
|
|
|
2026-02-08 15:06:06 +00:00
|
|
|
/// <reference types="cypress" />
|
|
|
|
|
|
|
|
|
|
import { addClerkCommands } from "@clerk/testing/cypress";
|
|
|
|
|
|
|
|
|
|
addClerkCommands({ Cypress, cy });
|
|
|
|
|
|
2026-02-07 17:33:52 +00:00
|
|
|
import "./commands";
|