Just as testing plays an integral role in the software development process, women in testing play a crucial role in software teams. Their diverse perspectives, skill sets, and experiences are critical in delivering high-quality, inclusive, and innovative software. However, studies show that around…
My journey to Cypress
Hi, I'm Chris Baus. I am a Sr. Engineer Manager at Cypress currently working on Cypress 10 and our Component Testing offering. I joined Cypress about 4 months ago because I saw a need to improve not only the lives of Engineers writing tests, but also to provide better results for their managers…
Our year at Cypress, and what’s next for our team
Here are some of the highlights of the past year at Cypress, as well as a sneak peek into what we have planned to make testing even better in 2021.…
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.…