Skip to content

Instantly share code, notes, and snippets.

@Robdel12
Created November 13, 2018 22:18
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 Robdel12/886e190aad9e233874cecab63c29d275 to your computer and use it in GitHub Desktop.
Save Robdel12/886e190aad9e233874cecab63c29d275 to your computer and use it in GitHub Desktop.
describe('My suite', () => {
// ... lots of tests!
describe('My nested suite', () => {
// ... lots of tests!
it('Percy: takes a snapshot', () => {
cy.percySnapshot();
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment