A frontend end-to-end test toolkit used within the nva ecosystem. Version 0.6.21 is the latest stable release, with sporadic updates and no clear release cadence. It provides a CLI to run e2e tests via configuration file. Differentiators include simplicity and integration with nva project structure, but it lacks documentation and community adoption.
npm install nva-test-e2eVerified import paths — ran on the pinned version, not inferred.
Global install and run e2e test using a config file.
Use 'nva-test-e2e' command via CLI or npx.
Pin to a specific version and test upgrades carefully.
Use module.exports in config file.
Run 'npx nva-test-e2e -c test/e2e/config.js' instead of global install.
Use npx or install globally: npm install -g nva-test-e2e
Do not import the package; use the CLI command directly.
No dependency data recorded yet.