Skip to content

Instantly share code, notes, and snippets.

@petersuhm
Created April 1, 2020 11:08
Show Gist options
  • Save petersuhm/24f00588c0048ceb88bb250ddd27823d to your computer and use it in GitHub Desktop.
Save petersuhm/24f00588c0048ceb88bb250ddd27823d to your computer and use it in GitHub Desktop.
Cypress JS example
describe('Homepage', function() {
it('can be visited', function() {
cy.visit('https://www.branchci.com/')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment