TestML Compiler converts TestML (.tml) files to JSON for use with TestML runtime libraries. At version 0.1.8, this is an early-stage compiler for the TestML testing language, with no stable release cadence. It differs from alternative testing frameworks by focusing on the Acmeism-inspired TestML language, prioritizing declarative test specifications. Currently supports basic compilation to JSON output. Not suitable for production use.
npm install testml-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compiles a TestML file to JSON using the default export.
Wrap compile call in try-catch block.
Validate the resulting JSON before writing to file.
Run `npm install testml-compiler --save-dev` (or `npm install -g testml-compiler` for CLI).
Use `const compile = require('testml-compiler')` (default) or `const { compile } = require('testml-compiler')` (named).No dependency data recorded yet.