Skip to content

Instantly share code, notes, and snippets.

View bodhichristian's full-sized avatar
🆑
build something beautiful.

Christian Lavelle bodhichristian

🆑
build something beautiful.
View GitHub Profile
@bodhichristian
bodhichristian / Model Screen for UI Testing.md
Last active November 30, 2024 21:19
Model Screen for UI Testing

Model Device Screen for UI Testing

Create a Screen protocol that requires one XCUIApplication object.

Screen Protocol

protocol Screen {
    var app: XCUIApplication { get set }
}