Davide Moro
Python, Javascript, AngularJS, Pyramid, Plone and... more
2019-04-17
Testing metrics thoughts and examples: how to turn lights on and off through MQTT with pytest-play
›
In this article I'll share some personal thoughts about test metrics and talk about some technologies and tools playing around a real ...
2019-03-20
CSS 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) ...
2019-02-13
Turn 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 lang...
2019-02-12
Setting 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:...
2019-02-09
High quality automated docker hub push using Github, TravisCI and pyup for Python tool distributions
›
UPDATE 20190611: the article contents are still valid but I definitively switched from pyup to the requires.io service. Why? There were an...
2019-02-02
API/REST testing like Chuck Norris with pytest play using YAML
›
In this article we will see how to write HTTP API tests with pytest using YAML files thanks to pytest-play >= 2.0.0 (pytest-play provid...
2018-04-18
Hello pytest-play!
›
pytest-play is a rec &play (rec not yet available) pytest plugin that let you execute a set of actions and assertions using commands s...
›
Home
View web version