Agile

Part 3: Running CI on Sauce Labs

Part 3: Running CI on Sauce Labs

I have started a small github project for hosting a demo test. In this project there is an Appium test for the TodoMVC app we built in earlier posts and this test can be run on Sauce Labs with …

Part 1: Building a React App

Part 1: Building a React App

Everyone knows Facebook, the biggest social-networking site. It is one of the largest sites of the planet. For years they have run their site on a customized version of PHP, named Hack. Not so long …

Presenting CI and CD

Presenting CI and CD

Last week I have done a presentation to explain to colleagues how they can use the CI and CD infrastructure I have put up for us. The image links to the presentation:

Mobile testing with Appium (and later Sauce Labs)

Mobile testing with Appium (and later Sauce Labs)

Building a Continuous Delivery flow was not our only goal. Getting automated testing in there would be very helpful. So the first idea was to get visual testing going using Appium. That took me a day …

Mobile CD

Mobile CD

This year we created Continuous Integration (CI) for CHECK, but since last month we also are in the process of creating an automated build for our mobile projects. In the DEVOPS and Agile world we …

Jenkins cookbook for CHECK

Jenkins cookbook for CHECK

We are using Jenkins Continuous Integration Server for automating tasks that would otherwise take days and generate more errors surely. We build the database server and web infrastructure daily for …

DEVOPS tools of the trade

DEVOPS tools of the trade

One of the important concepts that came to DEVOPS from the Extreme Programming guys was Continuous Integration. It means you build and assemble together daily all the software that has been developed …