High quality automated docker hub push using Github, TravisCI and pyup for...
UPDATE 20190611: the article contents are still valid but I definitively switched from pyup to the requires.io service. Why? There were an unexpected error on my pyup project and the support never sent...
View ArticleSetting up Cassandra database service on TravisCI
At this time of writing TravisCI says that if you want to run a Cassandra service you have to add a cassandra service according to https://docs.travis-ci.com/user/database-setup/#cassandra:services: -...
View ArticleTurn any program that uses STDIN/STDOUT into a WebSocket server using websocketd
Yesterday I tried for the first time websocketd and it is amazing!This is a little gem created by @joewalnes that let you implement language agnostic WebSocket applications based on any command line...
View ArticleCSS selectors guidelines for smooth test automation with Selenium
Mind exploding trying to locate a DOM element and after 20 minutes you get a selector like that?.elem__container_search div:nth-child(1) .row1 tr:nth-child(5) input:nth-child(2)or even worse you have...
View ArticleTesting metrics thoughts and examples: how to turn lights on and off through...
In this article I'll share some personal thoughts about test metrics and talk about some technologies and tools playing around a real example: how to turn lights on and off through MQTT collecting test...
View Article