Loading...
Loading...
Fixes a specific flaky test by analyzing its failure patterns from Tuist, identifying the root cause, and applying a targeted correction. Typically invoked with a Tuist test case URL in the format such as `https://tuist.dev/{account}/{project}/tests/test-cases/{id}`.
npx skill4agent add tuist/agent-skills fix-flaky-teststuist test case show <id-or-identifier> --jsontuist test case run list Module/Suite/TestCase --flaky --jsontuist test case run show <run-id> --jsonModule/Suite/TestCasetuist test case show <id> --json
tuist test case show Module/Suite/TestCase --jsonreliability_rateflakiness_ratetotal_runsfailed_runslast_statustuist test case run list Module/Suite/TestCase --flaky --jsonModuleName/SuiteName/TestCaseNameModuleName/TestCaseNametuist test case run list Module/Suite/TestCase --json --page-size 20is_ci: truetuist test case run show <run-id> --jsonfailures[].messagefailures[].pathfailures[].line_numberfailures[].issue_typerepetitionstest_run_idfailures[0].pathfailures[0].line_numberawaitsleep(1)xcodebuildxcodebuild test -workspace <workspace> -scheme <scheme> -only-testing <module>/<suite>/<test> -test-iterations <count> -run-tests-until-failure<count>