Test Plan Development
With your project repository in place, the next step is to develop the test plans the Test Runner will execute. Test plans are built with pytest-f3ts, FixturFab's pytest plugin for hardware testing, and live in the test_plans/ directory generated by the Cookiecutter template.
Refer to the pytest-f3ts documentation for the full details:
- pytest-f3ts Introduction — overview and installation.
- Creating a Test Plan — building a test plan step by step.
- Test Plan Configuration — configuring limits, settings, and metadata.
- Pattern Cookbook — recipes for common hardware-test patterns (voltage rails, continuity, LEDs, serial number entry, and more).
Once your test plans are written and validated, continue to Deploying to a Device to build and push a release to your fleet.