.claude/skills/test-single/SKILL.md
Run a specific test target or test class
npx skillsauth add adamayoung/popcorn test-singleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run a subset of the app's test suite by specifying a test target, class, or method.
mcp__xcode__XcodeListWindows to get the tabIdentifier for the Popcorn workspace.mcp__xcode__GetTestList to find available test targets and classes.mcp__xcode__RunSomeTests with the tabIdentifier and the test specifiers matching $ARGUMENTS.Run via a subagent (Task tool, subagent_type: "general-purpose") to keep large logs out of the main context. The subagent should run make test TEST_TARGET=<specifier> from the project root and report back pass/fail with any test failures.
<specifier> is the -only-testing value (e.g. a test target or Target/ClassName/methodName).
# Run all tests in a specific test target
make test TEST_TARGET=MovieDetailsFeatureTests
# Run a specific test class
make test TEST_TARGET=MovieDetailsFeatureTests/MovieDetailsFeatureTests
# Run a specific test method
make test TEST_TARGET=MovieDetailsFeatureTests/MovieDetailsFeatureTests/testFetchMovieDetails
data-ai
Add properties to an existing domain model from TMDb
testing
Run all unit tests
testing
Run UI tests
testing
Run snapshot tests