Blog

Feed RSS ↗

Notas sobre automatización, CI/CD, Appium, Selenium y Docker.

13 de enero de 2022

Executing Selenium tests with Python (pytest) using GitHub Actions

Run Selenium + pytest suites in a GitHub Actions workflow.

SDETQACI/CDGitHubPythonPytest
31 de diciembre de 2021

Creating a Selenium Grid with Docker Compose and running Python tests

Spin up a Selenium Grid via docker-compose and drive it with Python tests.

QASDETdocker-composeDockerSeleniumSelenium GridPython
30 de diciembre de 2021

Remembering docker-compose

Simple repo to remember how to use docker-compose — two machines in a single file.

Dockerdocker-composeSDETQAPython
15 de diciembre de 2021

Swipe objects in Appium with C#

A simple function for swiping object 1 to object 2 in Appium using C#.

QASDETAppiumC#W3C
15 de diciembre de 2021

Swipe objects in Appium with Python

A simple function for swiping object 1 to object 2 in Appium using Python.

QASDETPythonAppium