A collection of Handlebars helpers for Common Test Report Format (CTRF). Current stable version: 0.0.8. Provides utility functions for sorting, filtering, and analyzing CTRF test results, including helpers for fail rate, flaky rate, test status filters, and many generic helpers (array, string, math, etc.). Active development, no release cadence established. Differentiators: purpose-built for CTRF reports, TypeScript-first, ESM-only.
npm install handlebars-helpers-ctrfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs and registers all helpers with Handlebars, then uses the append helper.
Use import syntax and ensure Node.js >=20.19.0.
Refer to documentation for correct casing.
Stay updated with changelog.
Switch to import syntax or use dynamic import with --experimental-require-module in Node 20+.
Ensure you import Handlebars correctly: import Handlebars from 'handlebars'.