Cypress is a next generation front end testing tool built for the modern web. We address the key pain points developers and QA engineers face when testing modern applications. Cypress is most often compared to Selenium; however Cypress is both fundamentally and architecturally different. Cypress is not constrained by the same restrictions as Selenium. This enables you to write faster, easier and more reliable tests.
Cory House @housecor · 3 months ago
I resolve this in phases. Phase 1: Write a few end-to-end tests in @playwrightweb or @Cypress_io. Be deliberately high level. Test the "happy path". Phase 2: Mock APIs via @ApiMocking and test the UI thoroughly via Playwright/Cypress. Phase 3: Unit test complex logic. https://t.co/nusqguZ0K0
Vue.js Nation 📅 25th & 26th January, 2023 @vuejsnation · 3 months ago
We are welcoming @leichteckig to Vue.js Nation 2023 🥳 Ramona is a software engineer @shopware and a @Cypress_io ambassador! Ramona will highlight the importance of testing when developing @vuejs apps! 🧪 Learn more about Visual testing this January! https://t.co/i1H8vvcrdp https://t.co/UNS3EfHGsm
Brecht Billiet @brechtbilliet · 3 months ago
I don’t unit test components anymore… Testing your #Angular component layer with @Cypress_io and @storybookjs results in some kind of integration test. It tests way more functionality, and I rarely have to rewrite tests after refactors. 🤷♂️🤷♂️🤓😊 honeycomb principle
Cypress.io @Cypress_io · 4 months ago
Celebrate good times, c'mon... 🎶 Cypress 12 is here! 🎉 Though Cy11 was only a hot sec ago, the team was so excited about our latest features that they wanted to get this new version into your hands before the holidays. Meet #Cypress 12: https://t.co/7ydmgMdwF7 https://t.co/LpXw3uZTll
Christian Dangl @boxblinkracer · 4 months ago
don’t forget, tomorrow is the first ever @MolliePayments Dev Community meetup in Amsterdam🤘🎉. i’m there and I will talk about our @shopware plugins, their huge QA pipelines, @Cypress_io tests and how you can do that too 🤗😀 https://t.co/O4Sg4qpAhD @ShopwareDevs @dasistweb
Tiger Abrodi @TAbrodi · 4 months ago
One thing I have realized using @playwrightweb is the importance of a good watch mode. I'm moving my tests to @Cypress_io, I'm done, it is annoying re-running the tests and the package out there for watch mode is slow. The more I use Playwright, the more I miss Cypress.