A test runner for base projects, version 0.2.0, last updated in 2016. It is a minimal wrapper that uses yargs-parser to parse command-line arguments and emits 'file' events for each test file, allowing users to require the file with a custom base application. It is part of the base ecosystem and has no active development or maintenance cadence. Differentiators: simple event-based interface, integrates with base applications.
npm install base-test-runnerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a test runner from CLI args and run each test file with a base application.
Consider using a modern test runner like Mocha or Jest.
Test before using in production.
Install yargs-parser explicitly.
npm install base-test-runner --save; use require() not import.
Call require('base-test-runner')(argv) with argv object.