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

Show the canonical directory
Preview of Plain-Text Log: Mixed CRLF and LF Line Endings (log)
log
500 B
Actual file preview for Plain-Text Log: Mixed CRLF and LF Line Endings (log)

Plain-Text Log: Mixed CRLF and LF Line Endings (log)

One log file written by two agents, four lines ending CRLF and three LF, with one line carrying trailing spaces before its break. Splitting on \n alone leaves a stray carriage return at the end of four fields, which is how a level or status ends up with an invisible character attached.

File
LOG · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Plain-Text Log: Multi-Line Events Needing Line Joining (log)
log
1.9 KB
Actual file preview for Plain-Text Log: Multi-Line Events Needing Line Joining (log)

Plain-Text Log: Multi-Line Events Needing Line Joining (log)

A Spring-style text log where two stack traces span many physical lines. Eight logical events across a larger number of lines, so a shipper's multi-line rule (anything not starting with a timestamp continues the previous event) can be scored against a known answer.

File
LOG · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Plain-Text Log: No Trailing Newline on the Last Line (log)
log
245 B
Actual file preview for Plain-Text Log: No Trailing Newline on the Last Line (log)

Plain-Text Log: No Trailing Newline on the Last Line (log)

Four log lines where the last has no terminating newline: the normal state of any file still open for append. A tailer that only emits on seeing a newline holds that fourth line forever, which is why the newest error is the one missing from the dashboard.

File
LOG · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Plain-Text Log: NUL, Control Bytes and Invalid UTF-8 (log)
log
421 B
Actual file preview for Plain-Text Log: NUL, Control Bytes and Invalid UTF-8 (log)

Plain-Text Log: NUL, Control Bytes and Invalid UTF-8 (log)

Five log lines carrying a NUL byte, bell, backspace, vertical tab and form feed, plus one 0xFF byte that is not valid UTF-8: the debris that arrives when binary data reaches a log field. Deliberately contains no terminal-escape sequences, only inert control bytes.

File
LOG · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Plain-text sitemap (one URL per line)
txt
355 B
Actual file preview for Plain-text sitemap (one URL per line)

Plain-text sitemap (one URL per line)

The plain-text sitemap format the sitemaps.org protocol also accepts: one absolute URL per line, no markup, UTF-8 encoded. For testing that a crawler supports the text form as well as XML.

File
TXT · Crawlers · UTF-8
Use case
Web assetsWeb scraping+1· Conversion set
Preview of PlantUML Sequence Diagram
puml
286 B
Actual file preview for PlantUML Sequence Diagram

PlantUML Sequence Diagram

A PlantUML sequence diagram of an order interaction (customer, store, warehouse) as diagrams-as-code, for testing PlantUML parsing and diagram rendering pipelines.

File
PUML · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of Playwright: JSON Report
json
13.8 KB
Actual file preview for Playwright: JSON Report

Playwright: JSON Report

Playwright's native JSON report, four levels deep: suites contain specs, specs contain tests (one per project) and tests contain results (one per attempt). Its stats use expected/unexpected rather than passed/failed, because a test annotated as expected-to-fail counts as expected when it fails. Reports the same canonical run as the JUnit dialect files: 12 tests, 9 passed, 1 assertion failure, 1 error and 1 skip.

File
JSON · Runners · UTF-8
Use case
JSON parsingConversion testing+1· Conversion set
Preview of PLY: ASCII Cube
ply
345 B
Actual file preview for PLY: ASCII Cube

PLY: ASCII Cube

A 10 mm cube as ASCII PLY (Stanford polygon format), plain-text vertex and face lists common in 3D scanning and research. For testing PLY parsers and conversion.

File
PLY · Mesh · 12 triangles
Use case
Conversion testing· Conversion set
Preview of PLY: Binary Cube
ply
456 B
Actual file preview for PLY: Binary Cube

PLY: Binary Cube

The same cube as binary little-endian PLY: the compact form of the Stanford polygon format. For testing binary-PLY readers.

File
PLY · Mesh · 12 triangles
Use case
Conversion testing· Conversion set
Preview of PLY: Duplicate Vertices, Split Seam
ply
799 B
Actual file preview for PLY: Duplicate Vertices, Split Seam

PLY: Duplicate Vertices, Split Seam

The duplicated-corner cube as ASCII PLY: the format scanners and photogrammetry tools emit, and the one where unwelded duplicates are most common because each captured point arrives independently.

File
PLY · Degenerate
Use case
Mesh repair testingMesh processing QA· Conversion set
Preview of PLY: NaN Vertex Coordinates
ply
557 B
Actual file preview for PLY: NaN Vertex Coordinates

PLY: NaN Vertex Coordinates

A structurally perfect ASCII PLY in which one vertex reads `nan nan nan`: the value an exporter writes after dividing by a zero-length vector. The header, counts and face list are all correct, so the file parses; every bounding box, centroid and normal computed from it is then poisoned.

File
PLY · Degenerate
Use case
Mesh repair testingError handling· Conversion set
Preview of PLY: Signpost, +Y up (comment only)
ply
4.7 KB
Actual file preview for PLY: Signpost, +Y up (comment only)

PLY: Signpost, +Y up (comment only)

The signpost as ASCII PLY with +Y up. PLY has no axis or unit element, so the convention survives only as a header comment that no parser reads: the reason scan data so often arrives rotated.

File
PLY · Units
Use case
Conversion testingMetadata testing+1· Paired fixture
Preview of PLY: Signpost, +Z up (comment only)
ply
4.7 KB
Actual file preview for PLY: Signpost, +Z up (comment only)

PLY: Signpost, +Z up (comment only)

The signpost as ASCII PLY with +Z up. PLY has no axis or unit element, so the convention survives only as a header comment that no parser reads: the reason scan data so often arrives rotated.

File
PLY · Units
Use case
Conversion testingMetadata testing+1· Paired fixture
Preview of PNG icon sprite (5-icon strip)
png
994 B
Actual file preview for PNG icon sprite (5-icon strip)

PNG icon sprite (5-icon strip)

A 320×64 PNG icon sprite (five 64×64 cells): the raster twin of the SVG sprite, for testing background-position sprite techniques and sprite slicers.

File
PNG · Sprites
Use case
Web assetsConversion testing· Paired fixture
Preview of PNG with Metadata Stripped
png
793 B
Actual file preview for PNG with Metadata Stripped

PNG with Metadata Stripped

The pixel-identical PNG control with text and ICC chunks removed, for proving that a scrubber changes metadata without changing decoded RGB values.

File
PNG · Color And Metadata
Use case
Metadata testingConversion testing· Paired fixture
Preview of PNG with Text and ICC Metadata
png
1.3 KB
Actual file preview for PNG with Text and ICC Metadata

PNG with Text and ICC Metadata

A deterministic PNG with known text chunks and an embedded sRGB ICC profile, paired with a pixel-identical stripped control for extraction and privacy-tool tests.

File
PNG · Color And Metadata
Use case
Metadata testingConversion testing· Paired fixture
Preview of PNG: External glTF Base-colour Texture
png
182 B
Actual file preview for PNG: External glTF Base-colour Texture

PNG: External glTF Base-colour Texture

The 64x64 two-colour checker referenced by the external-texture glTF in this group. Small, hard-edged and axis-aligned on purpose: UV seams, wrap mode and filter choices are all visible at a glance.

File
PNG · Buffers · 64 × 64 px
Use case
Texture map testingConversion testing· Conversion set
Preview of PNG: PWA Icon 192×192 Wave G
png
994 B
Actual file preview for PNG: PWA Icon 192×192 Wave G

PNG: PWA Icon 192×192 Wave G

192×192 PWA icon SAMPLE for manifest icon pipelines.

File
PNG · Pwa
Use case
Web assets· Conversion set