Home /Claude Skills /ios-e2e-pom
Recommended

Ios E2e Pom

The iOS E2E POM project offers an efficient solution for generati...
Productivity booster for iOS test automation
Core Principle:
iOS E2E POM is a Page Object Model generator specifically designed for iOS end-to-end testing. It simplifies the creation process of XCUITest test suites by automatically discovering project structure, providing various page templates, and configuring hierarchical management. The project supports SwiftUI-compatible element search patterns and includes common error prevention guides, making it particularly suitable for medium to large iOS applications with extensive UI testing maintenance.
KEY FEATURES
01Auto-Discovery
Automatic detection of *UITests folder structure
02Type-Agnostic Search
Universal search patterns for SwiftUI elements
03Template System
Base/List/Form page templates
04Layered Configuration
Global defaults + project overrides
github.com/OkminLee/ios-e2e-pom
data-ai·OkminLee·2026-01-29·0·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/OkminLee/ios-e2e-pom.git
SSH
git clone [email protected]:OkminLee/ios-e2e-pom.git
GitHub CLI
gh repo clone OkminLee/ios-e2e-pom
FAQ
Q: What are the installation steps for Ios E2e Pom Agent Skills?
1.Project Scanning: Auto-detects UITests directory structure
2.Template Selection: Chooses base/list/form template
3.Configuration Merging: Combines global and project configs
4.Code Generation: Outputs POM-compliant Swift test classes
Q: What are the highlights of Ios E2e Pom Agent Skills?
  • Reduces test code duplication by 70%+
  • Built-in common mistake prevention
  • Seamless Claude plugin integration
  • Comprehensive enum rawValue handling
Q: What are the use cases for Ios E2e Pom Agent Skills?
  • New iOS project test suite initialization
  • Existing XCUITest code refactoring
  • SwiftUI/UIKit hybrid app testing
  • Team testing standardization
Q: What are the limitations of Ios E2e Pom Agent Skills?
  • XCUITest exclusive (iOS only)
  • Limited community contributions currently