Alex-G

Results 1 comments of Alex-G

I do this to get the token: ```javascript Cypress.Commands.overwrite('login', (originalFn) => { originalFn({ root: 'test', realm: 'test', username: 'test', password: 'test', client_id: 'test', redirect_uri: 'test', }).then((response) => { // get...