https://cypress.io logo
Help to resolve session issue when test run contai...
# i-need-help
m
Hi, Cypress Community. Can some one advice how to resolve such issue? i am running my e2e tests in buildkite on 8 machines. All tests are using cy.session with the same account . And in the specs I have tests where I need to log out and enter as another user. When this test runs in parallel all other machines also get loged out - it makes them fail. How can I make for each machine unique session? As I understand cypress share browser session and status for all running machines in parallel.
Any ideas? From some one? please)
5 Views