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)