Working on some more liquid glass in Octavo.
Working on some more liquid glass in Octavo.
I've been automating generating screenshots of Octavo. My script sets desktop background, pins the clock, sets the app window in the right place, and repeats the same screenshots for dark and light mode.
Lightweight waiting API for #XCUITests based on #NSPredicate
https://gist.github.com/atineoSE/5f8e9bdbf2c67811737373abb02221ad
It is often said that a testing library is only as good as its error messages. Most of the time working with tests goes into figuring out why something is not as expected. When writing #XCUITests, it pays off to use more granular APIs when narrowing down on UI elements.