Skip to content

Instantly share code, notes, and snippets.

@estefafdez
Created January 14, 2022 09:29
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 estefafdez/45216723c7ba1f7f8458ba243a28d60d to your computer and use it in GitHub Desktop.
Save estefafdez/45216723c7ba1f7f8458ba243a28d60d to your computer and use it in GitHub Desktop.
Test example on Cypress.
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