Home / Function/ registerCommands() — ui Function Reference

registerCommands() — ui Function Reference

Architecture documentation for the registerCommands() function in commands.ts from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  a763679d_8542_f39b_43b3_218ccc103200["registerCommands()"]
  e91d8547_a204_d0f5_33e5_12f46d875f67["commands.ts"]
  a763679d_8542_f39b_43b3_218ccc103200 -->|defined in| e91d8547_a204_d0f5_33e5_12f46d875f67
  style a763679d_8542_f39b_43b3_218ccc103200 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/shadcn/test/fixtures/frameworks/remix-indie-stack/cypress/support/commands.ts lines 94–98

export const registerCommands = () => {
  Cypress.Commands.add("login", login);
  Cypress.Commands.add("cleanupUser", cleanupUser);
  Cypress.Commands.add("visitAndCheck", visitAndCheck);
};

Subdomains

Frequently Asked Questions

What does registerCommands() do?
registerCommands() is a function in the ui codebase, defined in packages/shadcn/test/fixtures/frameworks/remix-indie-stack/cypress/support/commands.ts.
Where is registerCommands() defined?
registerCommands() is defined in packages/shadcn/test/fixtures/frameworks/remix-indie-stack/cypress/support/commands.ts at line 94.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free