GithubHelp home page GithubHelp logo

Comments (5)

javierbrea avatar javierbrea commented on June 15, 2024

Hi @musanas

Yes, it works also in headless mode. Could you please provide more information about your Cypress version, configuration, examples of the code, etc? Maybe I can help you to know why it is not working in your case.

from cypress-localstorage-commands.

musanas avatar musanas commented on June 15, 2024

Hi @javierbrea

Here are the details

Cypress package version: 7.5.0 Cypress binary version: 7.5.0 Electron version: 12.0.0-beta.14 Bundled Node version: 14.15.1

I don't have much of configuration in my default cypress.json, all I have is below, which I think is not causing any issue here
{ "watchForFileChanges":false, "defaultCommandTimeout":8000 }

Example code :
In First test - I am just login to a react app and it saves a localStorage in browser
In Second test - access a child page of the app say ./add-company where I am expecting the app to get the local storage info created by first test
It works normal in cypress gui mode, but fails in cli, where it not able to load the page in second test as the session is not there

Thanks & Warm Regards,

from cypress-localstorage-commands.

javierbrea avatar javierbrea commented on June 15, 2024

Thanks @musanas,

There is no any known issue for the versions you are using. In fact, the E2E tests of the package itself are being executed with Cypress 7.4.0, and node versions 12, 14, 15 and 16, and using headless mode. And I'm using Cypress 7.5.0 in some own projects with successful results.

Could you please provide an example of your code?

from cypress-localstorage-commands.

musanas avatar musanas commented on June 15, 2024

Hi @javierbrea Apologies for the delayed response

I think I was wrong earlier , just leaned that in cli mode cypress run command will isolate specs from each other, and it would result in opening individual browser window for each spec (guess we don't have an option to override this behavior of cypress run). That could have been the reason for the issue that I experienced. As it ran in headless, I didn't get this clue earlier. apologies
I guess we can close this ticket :)

Thanks & Warm Regards,

from cypress-localstorage-commands.

javierbrea avatar javierbrea commented on June 15, 2024

Ok @musanas, I close the issue, thank you :)

from cypress-localstorage-commands.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.