I am using Cypress with Meteor.
I need the Meteor object on the window to call Meteor.loginWithPassword.
I want to use this to skip using the UI for login each time. I have tried the following but Meteor is not on the window when it runs.
cy.window()
.then((window) => {
console.log(window.Meteor);
});
Aucun commentaire:
Enregistrer un commentaire