GithubHelp home page GithubHelp logo

Comments (5)

Grilly avatar Grilly commented on June 15, 2024

Hmm, unfortunately I just fixed the typing issue with that change.
The local storage commands do not work anymore if I do not import cypress-localstorage-commands into the commands.ts file.
Is there an other way to import that without conflicting with the jasmine typings?

from cypress-localstorage-commands.

Grilly avatar Grilly commented on June 15, 2024

For reproduction install @angular/cli
Create a new Angular project with ng new testProject
Add Cypress to the Angular project ng add @briebug/cypress-schematic --addCypressTestScripts
Add your cypress-localstorage-commands lib.

Open app.component.spec.ts (e.g. in VS Code) and you will see that the typing of Jasmine gets confused with the Chai typings.

from cypress-localstorage-commands.

Grilly avatar Grilly commented on June 15, 2024

I found out more:
When I remove the /// <reference types="cypress" /> from the index.d.ts of the lib cypress-localstorage-commands then the IntelliSense works again.
(I also removed this reference to the cypress types from my own index.ts in the cypress folder of my project)

With that change I have IntelliSense in my jasmine files and the cypress tests run including using the cypress-localstorage-commands lib.

@javierbrea Is there a way to remove that reference from the index.d.ts of your lib?

from cypress-localstorage-commands.

javierbrea avatar javierbrea commented on June 15, 2024

Hi @Grilly,
I'm glad the library is useful for you, it's nice to hear it 😃
Before removing the reference, I should investigate why is this happening, and if the definitions that this plugin adds to Cypress would continue working.

from cypress-localstorage-commands.

javierbrea avatar javierbrea commented on June 15, 2024

Hi again @Grilly,

I have reproduced the issue, but it seems to be a Cypress problem. It is not a problem of this plugin.

I fixed it adding a jsconfig.json file to the src folder:

{
  "typeAcquisition": { "include": ["jest"] }
}

For further information or other fixes you can check this question in Stack Overflow.

Thanks for the information anyway, it might be useful to other users! 😃

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.