Blog
RSS feed ↗Notes on test automation, CI/CD, Appium, Selenium, and Docker.
January 13, 2022
Executing Selenium tests with Python (pytest) using GitHub Actions
Run Selenium + pytest suites in a GitHub Actions workflow.
SDETQACI/CDGitHubPythonPytest
December 31, 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
December 30, 2021
Remembering docker-compose
Simple repo to remember how to use docker-compose — two machines in a single file.
Dockerdocker-composeSDETQAPython
December 15, 2021
Swipe objects in Appium with C#
A simple function for swiping object 1 to object 2 in Appium using C#.
QASDETAppiumC#W3C
December 15, 2021
Swipe objects in Appium with Python
A simple function for swiping object 1 to object 2 in Appium using Python.
QASDETPythonAppium