wide-waiter-58637
08/31/2022, 2:57 PMchilly-quill-34099
08/31/2022, 3:07 PMwide-waiter-58637
08/31/2022, 3:09 PMwide-waiter-58637
08/31/2022, 3:11 PMchilly-quill-34099
08/31/2022, 3:14 PMexperimentalSessionAndOrigin: true
flag in your cypress.config.*
?chilly-quill-34099
08/31/2022, 3:16 PMwide-waiter-58637
08/31/2022, 3:20 PMwide-waiter-58637
08/31/2022, 3:21 PMwide-waiter-58637
08/31/2022, 3:23 PMwide-waiter-58637
08/31/2022, 3:23 PMwide-waiter-58637
08/31/2022, 3:30 PMchilly-quill-34099
08/31/2022, 3:35 PMexperimentalSessionAndOrigin: true
in the same level of setupNodeEvents
.chilly-quill-34099
08/31/2022, 3:36 PMwide-waiter-58637
08/31/2022, 3:37 PMchilly-quill-34099
08/31/2022, 3:42 PMcy.origin
and cy.session
. I have looked into that topic only briefly, so I might not be able to help you out furthermore.wide-waiter-58637
08/31/2022, 3:42 PMwide-waiter-58637
08/31/2022, 3:42 PMwide-waiter-58637
08/31/2022, 5:12 PMwide-waiter-58637
08/31/2022, 5:12 PMwide-waiter-58637
08/31/2022, 5:13 PMstale-optician-85950
08/31/2022, 6:26 PMexperimentalSessionAndOrigin
flag is incorrectly placed in your image. Move outside of setupNodeEvents
e2e: {
baseUrl: 'http://localhost:3000',
experimentalSessionAndOrigin: true,
setupNodeEvents: async (on, config) => {
wide-waiter-58637
08/31/2022, 6:36 PMwide-waiter-58637
08/31/2022, 6:43 PMstale-optician-85950
08/31/2022, 7:19 PMsetupNodeEvents: async (on, config) => {
... this tells Cypress this is code that does Not run on the browser i.e. query DB
Cypress configuration options are different in that they represent your unique settings for running Cypress. These are key-value pairs i.e experimentalSessionAndOrigin: true,
and are documented here https://docs.cypress.io/guides/references/configuration
You can view all your unique settings when running cypress open
UI > Settings > Project Settings
That is why moving that configuration flag solved your problem.wide-waiter-58637
08/31/2022, 7:20 PMwide-waiter-58637
08/31/2022, 7:46 PMmysterious-motherboard-13344
09/01/2022, 5:23 AMhappy-dinner-13480
09/01/2022, 7:42 AMhelpful-queen-71488
09/01/2022, 9:34 AMstale-optician-85950
09/01/2022, 9:38 AM