npx skillsauth add adamayoung/popcorn test-uiInstall 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 via a subagent (Task tool, subagent_type: "general-purpose") to keep large logs out of the main context. The subagent should run make test-ui from the project root and report back pass/fail with any test failures.
This builds and runs the PopcornUITests test plan on the iOS Simulator.
To run all tests in a specific test class:
make test-ui TEST_CLASS=PopcornUITests/ExploreTests
To run a single test method:
make test-ui TEST_CLASS=PopcornUITests/ExploreTests/testLaunch
The skill accepts an optional argument for the test class or test method:
<TestTarget>/<TestClass>: runs all tests in that class<TestTarget>/<TestClass>/<testMethod>: runs a single testdata-ai
Add properties to an existing domain model from TMDb
testing
Run all unit tests
testing
Run snapshot tests
testing
Run a specific test target or test class