Registry / testing / tuskr
library1.0.0jsnpmunverified

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 tuskr
INSTALL
IMPORT
SIG · TUSKR
T
tuskr
testingjavascriptv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CLI
npx tuskr --api-token TOKEN --project PROJECT --file path
const tuskr = require('tuskr')
Package is CLI-only; no programmatic API. Use npx or global install.

Installs Tuskr CLI globally and imports a JUnit XML file into a specified project.

# Install globally npm install -g tuskr # Import a JUnit XML file tuskr --api-token YOUR_API_TOKEN --project PROJECT_AUTOMATION_ID --file "/path/to/file.xml" --test-run-name "My Test Run"
Debug
Known issues
gotchaThe --api-token and --project options are required; missing them will cause errors.
fix
Ensure both --api-token and --project are provided on the command line.
affects: >=1.0.0
gotchaThe --test-run-deadline must be in ISO format; otherwise, parsing may fail.
fix
Format date as YYYY-MM-DDTHH:mm:ssZ or similar ISO 8601 string.
affects: >=1.0.0
gotchaFile paths must be absolute or relative to the current working directory; incorrect paths cause 'file not found'.
fix
Use the full absolute path or double-check relative path.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Missing required options: --api-token, --project
Missing required command-line arguments.
fix
Add --api-token and --project to the command.
Error: File does not exist
Provided file path is incorrect or file missing.
fix
Verify file path and ensure file exists.
Error: Invalid date format
The --test-run-deadline value is not in valid ISO 8601 format.
fix
Use a string like '2025-03-28T12:00:00Z'.
Upgrade
Version history
1.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
packagetuskr
tuskr — npm install tuskr · libregistry