Created
April 1, 2020 11:08
-
-
Save petersuhm/24f00588c0048ceb88bb250ddd27823d to your computer and use it in GitHub Desktop.
Cypress JS example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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