Audit JMeter JMX files and generate safe k6 migration scaffolds with explicit diagnostics. v0.1.0 (initial release). ESM-only, ships TypeScript types, tested on Node 20/22. Unlike full converters, it audits unsupported parts, outputs warnings/TODO comments, and produces structured reports. CLI and API available.
npm install jmx-k6-migration-kitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read a JMX file, migrate it to a k6 script, and write the output. Shows usage of migrateJmxToK6 with options and file I/O.
Use import syntax or dynamic import().
Always provide baseUrl, especially if JMX uses relative paths.
Use npx jmx-k6-migrate for CLI.
Upgrade to Node.js 20 or later.
Replace require() with import or use dynamic import() in CJS context.
Run npm install jmx-k6-migration-kit and use import from 'jmx-k6-migration-kit'.
Use import { analyzeJmx } from 'jmx-k6-migration-kit'.No dependency data recorded yet.