Hive Hive
Sign in

Run host-less and app-hosted test bundles in separate schemes

Metadata
Source
GitHub
Version
4.201.0-rc.6
Published
Jul 02, 2026 · 15:53 UTC
Repository
tuist/tuist
Update

Default tuist test runs no longer crash when an autogenerated workspace scheme mixes app-hosted and host-less unit test bundles. Instead of running the aggregate workspace scheme, Tuist detects host-less unit tests and runs the matching generated project schemes individually. --test-targets and --skip-test-targets are filtered per split scheme so FeatureTests doesn’t accidentally drag in AppTests, and explicit --scheme runs keep their existing behavior.