Community

Number of posts: 12

Breaking Barriers: Women in Test Automation

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…

Read More

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…

Read More

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.…

Read More