Registry / testing / nva-test-e2e

nva-test-e2e

JSON →
library0.6.21jsnpmunverified

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-e2e
INSTALL
IMPORT
SIG · NVA-TEST-E2E
N
nva-test-e2e
testingjavascriptv0.6.21
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

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

nva-test-e2e
npx nva-test-e2e -c test/e2e/config.js
npm install nva-test-e2e --save-dev && require('nva-test-e2e')
This package is a CLI tool, not a library. It is meant to be installed globally or run via npx, not imported.
config
module.exports = { /* configuration */ }
export default { /* configuration */ }
Configuration file should be a CommonJS module export. ES modules may not be supported.

Global install and run e2e test using a config file.

npm install -g nva-test-e2e nva-test-e2e -c test/e2e/config.js
nva-test-e2e --version
Debug
Known issues
gotchaPackage is a CLI tool, not a library. Do not attempt to import it as a module.
fix
Use 'nva-test-e2e' command via CLI or npx.
affects: >=0.0.0
gotchaVersion 0.x indicates unstable API. Breaking changes may occur in minor releases.
fix
Pin to a specific version and test upgrades carefully.
affects: <1.0.0
gotchaConfiguration file must be a CommonJS module; ES module exports may not be supported.
fix
Use module.exports in config file.
affects: >=0.0.0
deprecatedGlobal installation is discouraged; use npx to avoid version conflicts.
fix
Run 'npx nva-test-e2e -c test/e2e/config.js' instead of global install.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'nva-test-e2e'
Package not installed or not found in node_modules when using require().
fix
Use npx or install globally: npm install -g nva-test-e2e
TypeError: nva_test_e2e is not a function
Attempting to import the package as a JavaScript function.
fix
Do not import the package; use the CLI command directly.
Upgrade
Version history
0.6.21latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nva-test-e2e — npm install nva-test-e2e · libregistry