Run Cypress Tests From NUnit Test (C#)
In one of our projects, we recently started using Cypress for end-to-end testing. Cypress executes tests written in JavaScript or TypeScript. However, we wanted to…
In one of our projects, we recently started using Cypress for end-to-end testing. Cypress executes tests written in JavaScript or TypeScript. However, we wanted to…
Today, we’re taking a deeper look at foreach loop in C#. What does a collection need to be able to use it in a foreach…
What is mutation testing? How can we generate test cases „for free”? How to make our software tests bulletproof, so we can refactor the code…
If you work with a .NET backend that uses JSON.NET for serialization, you might encounter such weird things in the JSON result returned from a…
Based on my personal experience as a remote worker, I’d like to share with you my top 5 places for digital nomads in Southeast Asia….
Do you even care about naming tests? Or maybe you use some random, not-much-telling names for your test methods? At Yumasoft, we treat testing as…
Continuing the topic of frontend tests with jest, we’re taking a look at StrykerJS today. Stryker Mutator is one of the most popular tools for…
If you are using jest to write JavaScript/TypeScript tests like this one: and you’re looking for how to show their results in TeamCity as follows:…
In one of our biggest projects, we develop and maintain a React web application. Last year, we decided to migrate it to TypeScript. How did…
18 months since the beginning of the global pandemic, remote work has changed significantly. Many companies switched from in-office to fully-remote work. Let’s see what…