Skip to content

Instantly share code, notes, and snippets.

@shahab65
Last active April 5, 2019 17:41
Show Gist options
  • Save shahab65/1c5f82f78e8db5075278639948f8ca46 to your computer and use it in GitHub Desktop.
Save shahab65/1c5f82f78e8db5075278639948f8ca46 to your computer and use it in GitHub Desktop.
learning cypress

cypress

should

cy.url().should('include', 'login')
cy.get('input[name=email]').type(email);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment