Skip to content

refactor: replace xctestrun XML regex parsing with shared helper#362

Merged
thymikee merged 2 commits intomainfrom
codex/issue-360-xctestrun-xml-helper
Apr 7, 2026
Merged

refactor: replace xctestrun XML regex parsing with shared helper#362
thymikee merged 2 commits intomainfrom
codex/issue-360-xctestrun-xml-helper

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

@thymikee thymikee commented Apr 7, 2026

Summary

Replace the non-Darwin xctestrun plist fallback regex parsing with traversal built on the shared iOS XML helper.
Centralize plist dict key/value walking in src/platforms/ios/xml.ts and reuse it from the xctestrun fallback and plist reader paths.
Switch the remaining internal iOS XML consumers in this scope to the synchronous parser entrypoint.
Touched files: 5. Scope stayed within the iOS runner/XML path.

Validation

  • pnpm check:quick
  • pnpm check:unit

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callstackincubator.github.io/agent-device/pr-preview/pr-362/

Built to branch gh-pages at 2026-04-07 15:35 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@thymikee thymikee merged commit 80e1bb8 into main Apr 7, 2026
16 checks passed
@thymikee thymikee deleted the codex/issue-360-xctestrun-xml-helper branch April 7, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: replace runner xctestrun XML regex parsing with shared iOS XML helper

1 participant