test-runner packages pytest-f3ts tests into a deployable container for production test stations. It provides the runtime environment, operator interface, and result handling needed for manufacturing test deployment.
Overview#
Production testing requires more than test code:
- Consistent environment across all test stations
- Operator interface for test initiation and result display
- Result handling including storage and reporting
- Station management for configuration and updates
test-runner addresses these needs while keeping test development simple — you write standard pytest-f3ts tests, and test-runner handles deployment. Full deployment guides, configuration, and the operator-interface reference live in the documentation.