Download, install two extensions, generate your first suite.
One self-contained binary, Windows or Linux. Nothing to install on the server.
CREATE EXTENSION pgtap; CREATE EXTENSION plpgsql_check; in the database you test.
Point it at a schema. Tests, coverage and reports come out.
unitautogen --schema public --out unit_tests --html report.html --json report.json
Unit and trigger tests, coverage, CI gating.
Adds integration testing across the call map.
Adds seccover and PII auditing.
The download needs no key and runs as the free Community Edition. Want to try Team or Enterprise features? Email licensing@unitautogen.com for a time-limited trial key.