tech

Jenkins

Posted on

At my job we value CI/CD. Personally it is one of my favorite topics. When practiced correctly by everyone in the team it gives you great advantages. And it’s just beautiful how we can automate the steps of the deployment process. Jenkins is software which facilitates CI/CD. There is a very good course on Pluralsight […]

tech

Cucumber season

Posted on

I wanted to refresh some insights that I got at work regarding integration testing. This lead me to the Cucumber getting started guide for Java. I quickly made some changes to the example and reformatted the structure of the code.             Define the step definitions: Run the tests! Success!! It […]