LaunchKit · 2026

Setup & Installation

npx skills add https://github.com/LambdaTest/agent-skills --skill xcuitest-skill
or paste the link and ask your coding assistant to install it
https://github.com/LambdaTest/agent-skills/tree/main/xcuitest-skill
View on GitHub

What This Skill Does

Generates XCUITest UI tests for iOS and iPadOS apps in Swift. Covers element queries, actions, assertions, the page object pattern, and running tests on local simulators or TestMu AI cloud real devices.

Generates correct XCUITest boilerplate with proper wait strategies and accessibility identifiers instead of manually wiring up element queries and assertions for each screen.

When to use it

  • Writing login flow tests with email and password field validation
  • Running XCUITest suites on real devices through TestMu AI cloud
  • Setting up page object patterns for reusable iOS test components
  • Handling system permission dialogs in automated UI test runs
  • Scaffolding Swift test classes for new app screens from scratch