compare-test-case
Installation
SKILL.md
Compare Test Case
Quick Start
You'll typically receive a test case identifier and two branches. Follow these steps:
- Run
tuist test case show <id-or-identifier> --jsonto get the test case metrics. - Run
tuist test case run list <identifier> --jsonto see runs across branches. - Compare behavior between base and head branches.
- Inspect failures with
tuist test case run show <run-id> --json. - Summarize findings with root cause analysis.
Step 1: Resolve the Test Case
By ID or dashboard URL
tuist test case show <test-case-id> --json