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 151 of 221; 24 results per page.

Show the canonical directory
Preview of PNG: PWA Icon 512×512 Wave G
png
2.3 KB
Actual file preview for PNG: PWA Icon 512×512 Wave G

PNG: PWA Icon 512×512 Wave G

512×512 PWA icon SAMPLE for manifest icon pipelines.

File
PNG · Pwa
Use case
Web assets· Conversion set
Preview of pnpm-lock.yaml (lockfileVersion 9)
yaml
2.9 KB
Actual file preview for pnpm-lock.yaml (lockfileVersion 9)

pnpm-lock.yaml (lockfileVersion 9)

A pnpm v9 lockfile with its three-section layout (importers for declared specifiers, packages for resolution metadata and snapshots for the resolved edges) pinning the same fictional tree. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
YAML · Lockfiles
Use case
Config parsingConversion testing+1· Conversion set
Preview of Podfile.lock (CocoaPods)
lock
1.4 KB
Actual file preview for Podfile.lock (CocoaPods)

Podfile.lock (CocoaPods)

A CocoaPods lockfile: a YAML-subset document listing pods with their nested requirements, a SPEC CHECKSUMS block of SHA-1 values and the CocoaPods version that produced it. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
LOCK · Lockfiles
Use case
Config parsingConversion testing· Conversion set
Preview of poetry.lock (TOML)
lock
4.5 KB
Actual file preview for poetry.lock (TOML)

poetry.lock (TOML)

A Poetry lockfile: TOML array-of-tables entries with per-artifact sha256 hashes, a [package.dependencies] table per package and the content-hash that binds the lock to pyproject.toml. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
LOCK · Lockfiles
Use case
Config parsingConversion testing+1· Conversion set
Preview of Point Cloud: Fibonacci Sphere (GLB, POINTS)
glb
28.8 KB
Actual file preview for Point Cloud: Fibonacci Sphere (GLB, POINTS)

Point Cloud: Fibonacci Sphere (GLB, POINTS)

The same 1,200-point coloured sphere as a GLB using the POINTS primitive mode, for testing point-cloud rendering in glTF viewers.

File
GLB · Point Cloud
Use case
Conversion testing· Conversion set
Preview of Point Cloud: Fibonacci Sphere (PLY)
ply
42.6 KB
Actual file preview for Point Cloud: Fibonacci Sphere (PLY)

Point Cloud: Fibonacci Sphere (PLY)

A 1,200-point coloured point cloud arranged on a sphere via a Fibonacci lattice: a vertex-only PLY (no faces), the format scanners and LiDAR tools produce. Paired with a GLB (POINTS) twin, for testing point-cloud loaders.

File
PLY · Point Cloud
Use case
Conversion testing· Conversion set
Preview of Portrait Subject: Binary Mask (512px)
png
2.2 KB
Actual file preview for Portrait Subject: Binary Mask (512px)

Portrait Subject: Binary Mask (512px)

The binary ground-truth mask for the portrait subject (white = foreground): the reference for scoring a portrait cut-out or background blur.

File
PNG · Ai Segmentation · 512 × 512 px
Use case
Image segmentationSubject detection· Paired fixture
Preview of Portrait Subject: Input (512px)
png
112.1 KB
Actual file preview for Portrait Subject: Input (512px)

Portrait Subject: Input (512px)

A cat 'portrait' on a busy background: a portrait-style subject-detection and matting input, paired with its ground-truth mask.

File
PNG · Ai Segmentation · 512 × 512 px
Use case
Image segmentationSubject detection+1· Paired fixture
Preview of POS SKU Catalog (CSV)
csv
455 B
Actual file preview for POS SKU Catalog (CSV)

POS SKU Catalog (CSV)

A point-of-sale SKU catalog with tax codes and active flags: fictional Meridian Supply inventory. CSV twin.

File
CSV · Pos · 8 rows
Use case
Data importCSV parsing· Conversion set
Preview of POS SKU Catalog (JSON)
json
1.3 KB
Actual file preview for POS SKU Catalog (JSON)

POS SKU Catalog (JSON)

A point-of-sale SKU catalog with tax codes and active flags: fictional Meridian Supply inventory. JSON twin.

File
JSON · Pos · 8 records
Use case
Data importJSON parsing· Conversion set
Preview of Postgres SQL Dump
sql
276 B
Actual file preview for Postgres SQL Dump

Postgres SQL Dump

A Postgres-flavour SQL dump with a CREATE TABLE and INSERT statements, for testing SQL importers and migrations.

File
SQL · Sql · 2 rows
Use case
SQL import
Preview of Potted Plant: Fine-Edge Test (512px)
png
28.7 KB
Actual file preview for Potted Plant: Fine-Edge Test (512px)

Potted Plant: Fine-Edge Test (512px)

A potted plant with many thin leaves and stems on transparency: the canonical fine-edge test for how cleanly a background remover cuts around delicate foliage.

File
PNG · Background Removal · 512 × 512 px
Preview of PPM: Netpbm Test Image (P6)
ppm
192 KB
Actual file preview for PPM: Netpbm Test Image (P6)

PPM: Netpbm Test Image (P6)

A 256×256 fruit still-life image as binary Netpbm P6 (24-bit colour): the minimal, header-plus-raw-pixels family used across Unix imaging tools. For testing Netpbm parsers and conversion.

File
PPM · Raster Formats · 256 × 256 px
Preview of pprof: Annotated Source Listing (txt)
txt
1.1 KB
Actual file preview for pprof: Annotated Source Listing (txt)

pprof: Annotated Source Listing (txt)

Line-level profile output: two routines with per-source-line flat and cumulative cost, a dot for lines that cost nothing, and units that switch between seconds and milliseconds within one column. Source lines keep their real tabs, which most column parsers do not survive.

File
TXT · Profiles
Use case
ObservabilityPerformance testing+1· Conversion set
Preview of pprof: Top Report Text Output (txt)
txt
2 KB
Actual file preview for pprof: Top Report Text Output (txt)

pprof: Top Report Text Output (txt)

The text report pprof prints for the same profile as the folded fixtures: a metadata header, then flat and cumulative columns where frames that are never a leaf carry zero flat time and near-total cumulative time. Column-aligned output with a bare 0 rather than 0s, which is where naive column parsing fails.

File
TXT · Profiles · 28 rows
Use case
ObservabilityPerformance testing+1· Conversion set
Preview of PPT: Legacy PowerPoint 97
ppt
643 KB
Actual file preview for PPT: Legacy PowerPoint 97

PPT: Legacy PowerPoint 97

A pitch-deck slide set saved as legacy binary .ppt (PowerPoint 97-2003, OLE compound file) via LibreOffice. For testing legacy-Office parsers and PPT→PPTX conversion.

File
PPT · Presentation
Preview of PPTX with Speaker Notes
pptx
37.9 KB
Actual file preview for PPTX with Speaker Notes

PPTX with Speaker Notes

A four-slide presentation where every slide carries speaker notes in the notes pane, for testing notes extraction and whether converters preserve the notes alongside the slides.

File
PPTX · Presentation · 4 slides
Preview of Press Release: Showroom (DOCX, SAMPLE)
docx
36 KB
Actual file preview for Press Release: Showroom (DOCX, SAMPLE)

Press Release: Showroom (DOCX, SAMPLE)

Fictional SAMPLE press release DOCX for CMS and PR-wire tooling.

File
DOCX · Press Release
Use case
Templates· Conversion set