UNPKG

internal-client

Version:

## Project setup ``` npm install ```

8 lines (6 loc) 156 B
Cypress.Commands.add('login', (overrides = {}) => { Cypress.log({ name: 'mock login', }); cy.setCookie('auth0-authentication-code', 'test'); });