Register all existing commands provided by this library
You can also manually register those commands by importing them
import { getNc } from '@nextcloud/cypress/commands' Cypress.Commands.add('getNc', getNc) Copy
import { getNc } from '@nextcloud/cypress/commands' Cypress.Commands.add('getNc', getNc)
Register all existing commands provided by this library
You can also manually register those commands by importing them
Example