HipotPilot - Automated Harness Test Script Generator
Built to replace manual Cirris script creation by generating validated test scripts directly from connector data.
Project Summary
HipotPilot is a full-stack manufacturing software project that transforms connector library data into validated Cirris hipot test output. The system supports dynamic harness building, saved jobs, revision history, and a cleaner path from connector definition to script generation.
I used SQLite locally because it is lightweight. I used PostgreSQL in deployment because the live app needed a real standalone database instead of a local file.
Automated Harness Test Generation for Cirris Hipot Workflows
HipotPilot is a live system for generating validated Cirris hipot test scripts from a connector database. The core concept is straightforward: store connector definitions once, then use that structured data to assemble a valid test program. The result is a workflow that reduces repetitive setup and gives teams a cleaner path from connector data to usable script output.
The current v2 system expands that idea into a more complete workflow. Instead of hardcoded pages for different connector counts, HipotPilot introduces a dynamic harness builder, script preview and download, validation around connector aliasing and part number lookup, and a persistence layer for saved harnesses and revisions. The goal is to move beyond "form generates text" into a true harness definition workflow.