I’ve just created a few Apple Appstore preview videos for my upcoming Dungeon Crawler game: Escape the Dungeon Maze. I’ll share my workflow for creating these videos in this post: 1. Create an XCUI Automation Test: The test should cover all areas which should be part of the video. It can run longer than the […]
Category: Test Automation
Categories
XCUI Tests with SceneKit
I started writing UI tests for my upcoming dungeon crawler game. My game engine uses SceneKit for the 3D world and XCUI tests for the UI test automation. I recommend this tutorial as introduction in ui test automation with XCUI. I write this tutorial because there is not much information avilable about the combination of SCNKit and […]