Skip to content

Instantly share code, notes, and snippets.

@khushboothakkar
Last active June 27, 2018 06:58
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 khushboothakkar/85f2fce9b4548082012816281bc533b3 to your computer and use it in GitHub Desktop.
Save khushboothakkar/85f2fce9b4548082012816281bc533b3 to your computer and use it in GitHub Desktop.
describe('Testcase1',() => {
  it('Visit a page',() => {
cy.visit('http://localhost/hq')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment