Collecting code coverage in Azure Pipelines
This time we continue the module we made in my previous post and extending it with tests and code coverage
This time we continue the module we made in my previous post and extending it with tests and code coverage
Have you ever been annoyed at a project where code is all over the place? Inconsistent naming, mix between spaces and tabs, some functions defining return ty...
In this post, I will walk you through setting up and running Selenium tests in Azure Pipelines targeting a dotnet core web app with an MSSQL database
This time we continue the module we made in my previous post and extending it with tests and code coverage
Have you ever been annoyed at a project where code is all over the place? Inconsistent naming, mix between spaces and tabs, some functions defining return ty...
In this post, I will walk you through setting up and running Selenium tests in Azure Pipelines targeting a dotnet core web app with an MSSQL database
After several years away, I’m back to writing about my thoughts!
Today I introduce a new series called Tiny Tutorials, aimed to give you small tips and tricks. For the first post, we will take a look at creating git tags f...
Do you use Docker on cloud hosted machines and expose container ports to the host? Then this might be worth a read