Giter Club home page Giter Club logo

Comments (3)

abhinaba-ghosh avatar abhinaba-ghosh commented on August 23, 2024

@gregfenton ,

That's a very good use case.

I really don't know if your components undergo minifications or not when it renders in the UI. You can try something like below:

cy.react('MyEmailInput', {input:{name:"workEmail"}}).should(....) // do your job

// or you can go wild card
cy.react('*', {input:{name:"workEmail"}}).should(....)

Now, you can also make use of Chrome React Dev Tools to actually spy on the component and props. I have given a demo here to show how I am getting the component and props for my sample test cases.

cy-react

If you need further help, would you mind sharing a mini-repo and I can play with that? Let me know if any of these suggestions work for you.

from cypress-react-selector.

gregfenton avatar gregfenton commented on August 23, 2024

I built a simple CRA app and an associated Cypress test spec that uses cy.react().

Hopefully people will find some of the info herein useful. Feel free to borrow or steal into the cypress-react docs or examples however you see fit. See the README for instructions.

https://github.com/gregfenton/example-cypress-react-selector-formik

One recommendation for the cypress-react-selector doc is to have more than just { someBooleanProp: true }, { someBooleanState: true } listed in the examples. It gave me the impression that the properties had to be boolean and primative. This example repo shows that cy.react() is more complex than that.

@abhinaba-ghosh - many thank yous for your contribution!!

from cypress-react-selector.

abhinaba-ghosh avatar abhinaba-ghosh commented on August 23, 2024

Hi @gregfenton , your example looks great and definitely will force me to update the manual. Feel free to raise PRs if you see there is a lack in the documentation, example, or process. Again, I cant thank you enough for the working example.

from cypress-react-selector.

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.