Publishing Allure Reports for C# Playwright/Selenium Tests Using GitHub Actions and GitHub Pages
In this article, I will walk through how to automatically generate and publish Allure reports for your C# Playwright (or […]
In this article, I will walk through how to automatically generate and publish Allure reports for your C# Playwright (or […]
Automated tests, no matter on which test level, always needs some set of constant values in order to run e.g. […]
This article is about challenges with an automation of web application tests and how to solve them using the most […]
xUnit is the latest framework for unit tests in .NET projects, including .NET Core. However, comparing to nUnit, xUnit is […]
Moving testing focus from UI to REST API has in my opinion two main and obvious advantages – stability and […]
Most complex software products are integrating with external applications. There are many examples like aviation systems which are obtaining weather […]
Nowadays software gets released much more often. Hence we need a quick answer from QA engineers about the quality of […]
If you’re a fun of writing tests in fluent style, you should definitely include FluentAssertions into your .Net test framework. […]
This post is an instruction how to setup selenium grid, chrome/firefox node containers using docker and simply run automated test […]