mardi 24 juillet 2018

Property of window is undefined in cypress

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