Amazing testing tool for frontend developers. The cypress team just get's our pain in this area.
Pros:
Easy to use for frontend developers.
Cons:
None!
Report
We use Cypress at where I work and it's incredibly powerful!
We have had some problems with the blur and focus function where we have used the click function instead (for focus click on element and blur click on another random element without an event binding). Another thing I personally think could be improved is the error messages. It doesn't seem to return back a line number of where the error or test failed, so you will have to find it by yourself.
Report
I'm using cypress and while it's super easy to setup and use there are a ton of things you can tweak to make it fit your needs. I'm using it to test the critical paths in my react application and so far everything has been working perfectly fine.
Report
Cypress is awesome. It's probably the best e2e testing frameworks that exists. Their liaisons in the community are equally awesome. There's tons of trainings and presentations on the product all the time.
Pros:
Very easy to use. I love the little details. Much better than protractor.
Cons:
Doesn't come built in to angular. :-(
Report
Sounds very promising, will check it out! Can you help me understand what are the advantages over building a Selenium test suite? Thanks and all the best!
Replies
Kin
Cypress is pretty awesome as it doesn't rely on Selenium, meaning that it's super fast and reliable.
Pros:Easy to setup and use
Cons:No cross browser tests: only Chrome
US Layoffs Explorer
Amazing testing tool for frontend developers. The cypress team just get's our pain in this area.
Pros:Easy to use for frontend developers.
Cons:None!
Cypress is awesome. It's probably the best e2e testing frameworks that exists. Their liaisons in the community are equally awesome. There's tons of trainings and presentations on the product all the time.
Pros:Very easy to use. I love the little details. Much better than protractor.
Cons:Doesn't come built in to angular. :-(
Cypress.io
Quokka
Cypress.io is the best tool for modern E2E testing, period.
Pros:Extremely easy to get started, great docs, all batteries included
Cons:CoffeeScript makes it a bit hard for me personally to follow some interesting bits of Cypress source code - yes, it is OSS by the way!