Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created September 16, 2019 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/253e2ad3554559f809b885a0d3e49a73 to your computer and use it in GitHub Desktop.
Save luandevpro/253e2ad3554559f809b885a0d3e49a73 to your computer and use it in GitHub Desktop.
/// <reference types="Cypress" />
context("test group" , () => {
it("a case test" , () => {
cy.visit('http://eaapp.somee.com/');
cy.contains("Login").click();
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment