Skip to content

Instantly share code, notes, and snippets.

@vincentchalamon
Created December 9, 2019 14:27
Show Gist options
  • Save vincentchalamon/c7fc2bf48c4d51b5a592c96b43fc1f53 to your computer and use it in GitHub Desktop.
Save vincentchalamon/c7fc2bf48c4d51b5a592c96b43fc1f53 to your computer and use it in GitHub Desktop.
Cypress.io: keep session between tests
Cypress.Cookies.defaults({
whitelist: 'PHPSESSID',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment