Swift UI Testing on GitHub Actions CI

Jonathan Buehler
The Startup
Published in
7 min readMay 1, 2020

--

This is an ongoing article to chronicle my adventures with continuous integration UI testing for my Swift iOS app. Scroll down for codes and details, read the beginning for the primer and the whys.

Updated January 2021! GitHub Actions keeps on getting better the more time passes yay.

The Why — UI Testing

So my app is rather small, but since I’m a solo dev show, I like having a CI to back me up and check my work. And for some strange reason I find CI’s and auto UI testing oddly satisfying (well, when

--

--