Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 134 of 221; 24 results per page.

Show the canonical directory
Preview of Notification Chime (WAV)
wav
89.6 KB
Actual file preview for Notification Chime (WAV)

Notification Chime (WAV)

A short four-note notification chime (a C-major arpeggio with a decaying final note): a pleasant, recognisable UI sound for testing playback, short-clip handling, and notification pipelines.

File
WAV · Signals · 1 s
Preview of npm audit Report (auditReportVersion 2)
json
4.5 KB
Actual file preview for npm audit Report (auditReportVersion 2)

npm audit Report (auditReportVersion 2)

An npm audit v2 report keyed by package name, with the via chain, the effects list showing which fictional parents are impacted, and npm's own severity vocabulary where MEDIUM is spelled 'moderate'. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
JSON · Vulnerability
Use case
JSON parsingSchema validation+1· Conversion set
Preview of npm audit Report (v1, Legacy Shape)
json
4.5 KB
Actual file preview for npm audit Report (v1, Legacy Shape)

npm audit Report (v1, Legacy Shape)

The legacy npm audit shape (numeric advisory ids, a separate actions array and dependency paths written with '>'), which tools built for the v2 report silently read as zero findings. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
JSON · Vulnerability
Use case
JSON parsingConversion testing+1· Conversion set
Preview of npm Lockfile With a Peer Conflict and Nested Duplicate
json
4.2 KB
Actual file preview for npm Lockfile With a Peer Conflict and Nested Duplicate

npm Lockfile With a Peer Conflict and Nested Duplicate

An npm lockfile where the fictional example-cache pins a peer of example-logger@2.9.0 while the rest of the tree resolves 3.4.1, forcing a nested node_modules duplicate: the shape a deduplication report must detect. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Lockfiles
Use case
JSON parsingGraph data+1· Conversion set
Preview of npm Lockfile With Integrity Mismatch: Intentionally Invalid
json
3.7 KB
Actual file preview for npm Lockfile With Integrity Mismatch: Intentionally Invalid

npm Lockfile With Integrity Mismatch: Intentionally Invalid

An intentionally invalid npm lockfile: two fictional packages carry sha512 integrity strings that cannot match their resolved tarballs, one derived from the wrong version, one a padded placeholder. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Lockfiles
Use case
Error handlingJSON parsing+1· Conversion set
Preview of npm ls Dependency Tree (JSON)
json
2.7 KB
Actual file preview for npm ls Dependency Tree (JSON)

npm ls Dependency Tree (JSON)

The nested tree `npm ls --json` prints, where a shared dependency is REPEATED under every parent rather than deduplicated, so counting objects gives a larger number than the graph has nodes. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Graphs
Use case
JSON parsingGraph data+1· Conversion set
Preview of npm ls Dependency Tree (Text)
txt
507 B
Actual file preview for npm ls Dependency Tree (Text)

npm ls Dependency Tree (Text)

The console tree with box-drawing characters and `deduped` markers on repeat visits: the output people paste into issues, and a genuine test of whether a scraper handles non-ASCII tree glyphs. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
TXT · Graphs · UTF-8
Use case
Log parsingGraph data+1· Conversion set
Preview of npm package-lock.json (lockfileVersion 1, Legacy)
json
3 KB
Actual file preview for npm package-lock.json (lockfileVersion 1, Legacy)

npm package-lock.json (lockfileVersion 1, Legacy)

The original npm v1 lockfile layout (a nested dependencies object with requires maps and no packages section) still found in long-lived repositories and needed by any migration path. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Lockfiles
Use case
JSON parsingConversion testing· Conversion set
Preview of npm package-lock.json (lockfileVersion 2, Dual Layout)
json
6.6 KB
Actual file preview for npm package-lock.json (lockfileVersion 2, Dual Layout)

npm package-lock.json (lockfileVersion 2, Dual Layout)

The transitional npm v2 lockfile, which carries BOTH the v3 packages map and the legacy nested dependencies tree describing the same fictional install: the case where a parser must not double-count. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Lockfiles
Use case
JSON parsingConversion testing+1· Conversion set
Preview of npm package-lock.json (lockfileVersion 3)
json
3.7 KB
Actual file preview for npm package-lock.json (lockfileVersion 3)

npm package-lock.json (lockfileVersion 3)

An npm lockfile in the modern v3 layout: a flat packages map keyed by node_modules path, with resolved tarball URLs and sha512 subresource integrity for nine fictional dependencies. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Lockfiles
Use case
JSON parsingConversion testing+1· Conversion set
Preview of npm-shrinkwrap.json (Publishable Lock)
json
3.7 KB
Actual file preview for npm-shrinkwrap.json (Publishable Lock)

npm-shrinkwrap.json (Publishable Lock)

The shrinkwrap variant of an npm lockfile: identical in structure to package-lock.json but published inside the package tarball, so tooling that keys on the filename must handle both. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Lockfiles
Use case
JSON parsingConversion testing· Conversion set
Preview of Numeric Input Types (HTML)
html
5.9 KB
Actual file preview for Numeric Input Types (HTML)

Numeric Input Types (HTML)

Number and range controls covering integers, decimals, negative bounds and a slider paired with a live output element, for testing numeric coercion, locale-independent parsing and slider readout scraping.

File
HTML · Software Quality · 6 fields
Preview of Numeric Range and Step Matrix (HTML)
html
6.8 KB
Actual file preview for Numeric Range and Step Matrix (HTML)

Numeric Range and Step Matrix (HTML)

Bounded numeric and temporal controls: integer and decimal steps, a slider with a live readout, a fractional currency step, and date, month and time inputs whose min, max and step define exactly which values are valid.

File
HTML · Software Quality · 9 fields
Preview of NumPy .npy Format Version 2.0: Header Beyond 64 KiB (.npy)
npy
12.7 KB
Actual file preview for NumPy .npy Format Version 2.0: Header Beyond 64 KiB (.npy)

NumPy .npy Format Version 2.0: Header Beyond 64 KiB (.npy)

A 300-field structured array whose descriptor is too long for a version 1.0 header, forcing format version 2.0 and its four-byte header-length field. A hand-rolled parser that assumes the two-byte 1.0 field mis-locates the data section entirely.

File
NPY · Arrays · 4 records
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of NumPy .npy Format Version 3.0: UTF-8 Field Names (.npy)
npy
312 B
Actual file preview for NumPy .npy Format Version 3.0: UTF-8 Field Names (.npy)

NumPy .npy Format Version 3.0: UTF-8 Field Names (.npy)

A structured array whose field names use Greek and CJK characters, which is the only reason format version 3.0 exists: its header is UTF-8 where 1.0 and 2.0 are latin-1. A parser that decodes the header as latin-1 mangles all three names.

File
NPY · Arrays · 5 records
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of NumPy .npy: Boolean Mask (.npy)
npy
188 B
Actual file preview for NumPy .npy: Boolean Mask (.npy)

NumPy .npy: Boolean Mask (.npy)

A 6x10 boolean mask stored as one byte per element, because .npy does not bit-pack booleans however tempting that assumption is. The True cells follow a simple divisible-by-three rule so a mis-decode is obvious rather than plausible.

File
NPY · Arrays
Use case
Scientific dataSerialization testing· Conversion set
Preview of NumPy .npy: C Order (Row-Major) (.npy)
npy
320 B
Actual file preview for NumPy .npy: C Order (Row-Major) (.npy)

NumPy .npy: C Order (Row-Major) (.npy)

A 4x6 matrix of 0..23 stored row-major, so the byte sequence begins with the first row. It is one half of a memory-order pair that is indistinguishable from its twin unless the header's fortran_order flag is honoured.

File
NPY · Arrays
Use case
Scientific dataSerialization testing· Paired fixture
Preview of NumPy .npy: complex128 Spectrum (.npy)
npy
656 B
Actual file preview for NumPy .npy: complex128 Spectrum (.npy)

NumPy .npy: complex128 Spectrum (.npy)

The real FFT of a 64-sample sine stored as complex128, where each element is an interleaved pair of doubles rather than two separate planes. Readers without a complex type usually flatten it, which doubles the reported length and shifts the peak bin.

File
NPY · Arrays
Use case
Scientific dataSerialization testing· Conversion set
Preview of NumPy .npy: datetime64 Seconds Since the Epoch (.npy)
npy
168 B
Actual file preview for NumPy .npy: datetime64 Seconds Since the Epoch (.npy)

NumPy .npy: datetime64 Seconds Since the Epoch (.npy)

Five timestamps stored as datetime64 with second resolution, where the unit is part of the dtype descriptor and the values on disk are plain int64 epoch seconds. Dropping the unit turns 2026-01-01 into the integer 1767225600 without any complaint.

File
NPY · Arrays
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of NumPy .npy: float16 at Its Limits (.npy)
npy
146 B
Actual file preview for NumPy .npy: float16 at Its Limits (.npy)

NumPy .npy: float16 at Its Limits (.npy)

Every structurally interesting float16 value in one array: one plus epsilon, the largest finite value, the smallest normal and subnormal, negative zero, infinity and a NaN. It is the compact half-precision counterpart to the float32 and float64 boundary fixtures.

File
NPY · Arrays
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of NumPy .npy: float32 3-D Cube (.npy)
npy
608 B
Actual file preview for NumPy .npy: float32 3-D Cube (.npy)

NumPy .npy: float32 3-D Cube (.npy)

The identical temperature field carried by the CF NetCDF and HDF5 fixtures, stored as a bare float32 .npy. Comparing the three shows exactly what a plain array container loses: the numbers survive, the units and axes do not.

File
NPY · Arrays
Use case
Scientific dataSerialization testing· Conversion set
Preview of NumPy .npy: float64 2-D Grid (.npy)
npy
896 B
Actual file preview for NumPy .npy: float64 2-D Grid (.npy)

NumPy .npy: float64 2-D Grid (.npy)

The baseline .npy fixture: a 12x8 float64 array in version 1.0 format with a little-endian descriptor and the header padded to the mandatory 64-byte alignment. Every other array in this family varies exactly one property away from it.

File
NPY · Arrays
Use case
Scientific dataSerialization testing· Paired fixture
Preview of NumPy .npy: float64 Big-Endian (.npy)
npy
184 B
Actual file preview for NumPy .npy: float64 Big-Endian (.npy)

NumPy .npy: float64 Big-Endian (.npy)

Seven doubles written big-endian, including negative zero and values at both ends of the exponent range. Byte-swapping a double is unrecoverable by inspection. Swap pi and you get 3.2e-192, which looks like a plausible tiny number rather than an error.

File
NPY · Arrays
Use case
Scientific dataSerialization testing· Conversion set
Preview of NumPy .npy: Fortran Order (Column-Major) (.npy)
npy
320 B
Actual file preview for NumPy .npy: Fortran Order (Column-Major) (.npy)

NumPy .npy: Fortran Order (Column-Major) (.npy)

The same 4x6 matrix stored column-major with fortran_order set to True in the header. Ignoring that one boolean does not produce an error, it produces a transposed matrix: the quietest failure in the whole .npy format.

File
NPY · Arrays
Use case
Scientific dataSerialization testing· Paired fixture