CLI tool for importing test results from automation frameworks and CI tools into Tuskr. Version 1.0.0. Supports importing JUnit XML, BDD JSON, and migration from Testrail. Configuration via command-line options, including API token, project ID, file path, test run name, and notifications. Differentiator: dedicated CLI for Tuskr test management platform.
npm install tuskrNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs Tuskr CLI globally and imports a JUnit XML file into a specified project.
Ensure both --api-token and --project are provided on the command line.
Format date as YYYY-MM-DDTHH:mm:ssZ or similar ISO 8601 string.
Use the full absolute path or double-check relative path.
Add --api-token and --project to the command.
Verify file path and ensure file exists.
Use a string like '2025-03-28T12:00:00Z'.
No dependency data recorded yet.