Created
January 14, 2022 09:29
-
-
Save estefafdez/45216723c7ba1f7f8458ba243a28d60d to your computer and use it in GitHub Desktop.
Test example on Cypress.
This file contains 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('Login Tests', () => { | |
it('[C1] should go to the correct environment URL', () => { | |
cy.visit(Cypress.env().baseURL}; | |
); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment