test(e2e): register Clerk Cypress commands via addClerkCommands
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
// Cypress support file.
|
// Cypress support file.
|
||||||
// Place global hooks/commands here.
|
// Place global hooks/commands here.
|
||||||
|
|
||||||
import "@clerk/testing/cypress/support";
|
/// <reference types="cypress" />
|
||||||
|
|
||||||
|
import { addClerkCommands } from "@clerk/testing/cypress";
|
||||||
|
|
||||||
|
addClerkCommands({ Cypress, cy });
|
||||||
|
|
||||||
import "./commands";
|
import "./commands";
|
||||||
|
|||||||
Reference in New Issue
Block a user