Today I want to share my personal opinion on using test retries without hiding or ignoring problems with your test cases.…
Number of posts: 23
Guest Post: Core Cypress Lessons We Learned That 10x-ed Our E2E Automation
For some time now, I've been leading the QA efforts at Stoplight - a USA-based startup that we are the engineering partner.…
Guest Post: Testing Lists of Items
We can start by testing a list with two items. In a situation where we test a couple of items, the testing flow can be pretty straightforward. In our first test, we use .get() to select our todo items and then .eq() to filter the item we want to work with.…
Guest Post: High Quality React apps with Nx & Cypress
It all started with sprinkling some jQuery here and there to make our server-side rendered pages more dynamic and appealing. Since then we’ve come a long way.…
Guest Post: How UR used Cypress to convert a legacy app
In this blog post I’ll share my tips on how to use Cypress as a tool to convert legacy apps into a modern web framework.…