Base formatter for the Hydro test framework (v2.2.8). Provides a plugin interface for custom output formatting in Hydro test runners. Last updated in 2014, the package is in maintenance mode with no active development. It is specific to Hydro and offers a simple base class for formatters.
npm install hydro-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a custom formatter by inheriting from the base Formatter class and overriding the format method.
Migrate to a modern test framework like Mocha, Jest, or Ava
This formatter is not a standalone formatter; it must be used with the Hydro framework
Use require() instead of import
Consider using a maintained alternative
npm install hydro-formatter
Use function constructor and util.inherits as shown in quickstart
npm install hydro