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

Show the canonical directory
Preview of Video Workflow 25 — Creator Brief
md
423 B
Actual file preview for Video Workflow 25 — Creator Brief

Video Workflow 25 — Creator Brief

Markdown creator brief for the conference highlight video kit 25; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-video-kit-25-creator-brief.

File
MD · Workflow Kits
Use case
Prompt engineeringAgent workflows+1· Workflow kit
Preview of Video Workflow 25 — Edge-Case Control
json
217 B
Actual file preview for Video Workflow 25 — Edge-Case Control

Video Workflow 25 — Edge-Case Control

Download-only JSON control for video workflow 25; it removes the source timebase and publishes the only acceptable 12 fps fallback. Stable P8 artifact p8-video-kit-25-edge-case.

File
JSON · Workflow Kits
Use case
Timeline testingError handling+1· Workflow kit
Preview of Video Workflow 25 — Evaluation Contract
json
439 B
Actual file preview for Video Workflow 25 — Evaluation Contract

Video Workflow 25 — Evaluation Contract

JSON evaluation contract for conference highlight kit 25; it publishes readability, timing, comparison, and edge-report assertions. Stable P8 artifact p8-video-kit-25-evaluation-contract.

File
JSON · Workflow Kits
Use case
Prompt testingAgent workflows+1· Workflow kit
Preview of Video Workflow 25 — Expected Output
mp4
2.3 KB
Actual file preview for Video Workflow 25 — Expected Output

Video Workflow 25 — Expected Output

H.264 expected-output clip for video workflow 25, with a moving marker and embedded frame labels for deterministic edit comparison. Stable P8 artifact p8-video-kit-25-expected-output.

File
MP4 · Workflow Kits · 192x108
Use case
Video editingMedia pipeline testing+1· Workflow kit
Preview of Video Workflow 25 — Input Media
mp4
2.2 KB
Actual file preview for Video Workflow 25 — Input Media

Video Workflow 25 — Input Media

H.264 input-media clip for video workflow 25, with a moving marker and embedded frame labels for deterministic edit comparison. Stable P8 artifact p8-video-kit-25-input-media.

File
MP4 · Workflow Kits · 192x108
Use case
Video editingMedia pipeline testing+1· Workflow kit
Preview of Video Workflow 25 — Prompt Plan
yaml
362 B
Actual file preview for Video Workflow 25 — Prompt Plan

Video Workflow 25 — Prompt Plan

Vendor-neutral YAML plan for conference highlight kit 25, with four stable actions and three machine-checkable local-execution conditions. Stable P8 artifact p8-video-kit-25-prompt-plan.

File
YAML · Workflow Kits
Use case
Prompt engineeringAgent workflows+1· Workflow kit
Preview of VMAP 1.0 — Pre-, Mid- and Post-Roll Schedule
xml
1 KB
Actual file preview for VMAP 1.0 — Pre-, Mid- and Post-Roll Schedule

VMAP 1.0 — Pre-, Mid- and Post-Roll Schedule

A VMAP playlist scheduling three linear ad breaks — pre-roll at start, mid-roll at eight seconds, and post-roll at end — each pointing at a VAST tag. VMAP describes WHEN breaks occur while VAST describes WHAT plays in them. The mid-roll offset lines up with the period boundary in the multi-period DASH manifest, so the two can be tested together.

File
XML · Ad Signalling
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of Volunteer Application AcroForm (SAMPLE)
pdf
13.3 KB
Actual file preview for Volunteer Application AcroForm (SAMPLE)

Volunteer Application AcroForm (SAMPLE)

A one-page fillable PDF twin of the volunteer application HTML form. Its canonical AcroForm field tree, widgets, values, and appearance streams are generator-validated.

File
PDF · Nonprofit Volunteering · 1 page
Use case
Form testingForm parsing+1· Conversion set
Preview of Volunteer Application Field Manifest (JSON)
json
1.4 KB
Actual file preview for Volunteer Application Field Manifest (JSON)

Volunteer Application Field Manifest (JSON)

Machine-readable field names, labels, types, required states, choices, and input hints for the volunteer application family.

File
JSON · Nonprofit Volunteering · 8 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Volunteer Application Form (HTML)
html
5.6 KB
Actual file preview for Volunteer Application Form (HTML)

Volunteer Application Form (HTML)

A nonprofit volunteer application for testing applicant imports, role choices, availability, contact autofill, free-text skills, and consent handling. This standalone HTML reference works offline, uses explicit labels and native validation, and submits nowhere.

File
HTML · Nonprofit Volunteering · 8 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Volunteer Application Sample Export (CSV)
csv
215 B
Actual file preview for Volunteer Application Sample Export (CSV)

Volunteer Application Sample Export (CSV)

A one-row UTF-8 CSV export of the fictional volunteer application response with columns in the same order as the field manifest.

File
CSV · Nonprofit Volunteering · 1 row
Use case
Form testingForm parsing+1· Conversion set
Preview of Volunteer Application Sample Response (JSON)
json
392 B
Actual file preview for Volunteer Application Sample Response (JSON)

Volunteer Application Sample Response (JSON)

Fictional submitted values for every documented volunteer application field, suitable for request parsing, mapping, and round-trip tests.

File
JSON · Nonprofit Volunteering · 8 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of VTT — Chapter Track
vtt
258 B
Actual file preview for VTT — Chapter Track

VTT — Chapter Track

A WebVTT file used as a chapter track rather than captions: cue text is a chapter title and the cues tile the timeline with no gaps. Players surface these as seek-bar markers, so it exercises a different code path from subtitle rendering despite being the same file format.

File
VTT · Captions Edge
Use case
Subtitle parsingVideo QA· Conversion set
Preview of VTT — Intentionally Corrupt: Malformed Cue Timestamp
vtt
210 B
Actual file preview for VTT — Intentionally Corrupt: Malformed Cue Timestamp

VTT — Intentionally Corrupt: Malformed Cue Timestamp

An intentionally corrupt WebVTT file with timestamps that are not zero-padded — 00:00:3.000 and 00:1:03.000 where the grammar requires two digits. The third cue is well-formed. A strict parser drops the two bad cues; a lenient one accepts them; a regex-based one may match partially and produce a time that is wrong rather than rejected, which is the worst outcome of the three.

File
VTT · Stream Corrupt
Use case
Streaming manifestsVideo QA· Conversion set
Preview of VTT — Intentionally Corrupt: Missing WEBVTT Header
vtt
142 B
Actual file preview for VTT — Intentionally Corrupt: Missing WEBVTT Header

VTT — Intentionally Corrupt: Missing WEBVTT Header

An intentionally corrupt WebVTT file with the mandatory WEBVTT signature removed from the first line. The cues themselves are perfectly valid. The spec requires strict rejection, so a browser refuses it outright while many lenient parsers accept it — a useful disagreement to be able to reproduce.

File
VTT · Captions Corrupt · 2 cues
Use case
Subtitle parsingVideo QA· Conversion set
Preview of VTT — Metadata Track With JSON Payloads
vtt
328 B
Actual file preview for VTT — Metadata Track With JSON Payloads

VTT — Metadata Track With JSON Payloads

A WebVTT metadata track whose cue payloads are JSON objects rather than text for display. This is how timed analysis output — scene changes, detections, speech segments — is carried alongside a video and read from JavaScript via the cue change event. Nothing here should ever be rendered on screen.

File
VTT · Captions Edge · 3 cues
Use case
Subtitle parsingVideo QA+1· Conversion set
Preview of VTT — NOTE Blocks and Irregular Blank Lines
vtt
255 B
Actual file preview for VTT — NOTE Blocks and Irregular Blank Lines

VTT — NOTE Blocks and Irregular Blank Lines

WebVTT with multi-line and single-line NOTE comment blocks, runs of up to five blank lines between cues, and trailing blank lines at end of file. All legal — the spec treats blank lines as separators, not as structure. Parsers that count blank lines to find cue boundaries, or that treat NOTE as a cue identifier, produce phantom cues or drop real ones.

File
VTT · Captions Edge · 2 cues
Use case
Subtitle parsingVideo QA· Conversion set
Preview of VTT — Positioned and Aligned Cues
vtt
455 B
Actual file preview for VTT — Positioned and Aligned Cues

VTT — Positioned and Aligned Cues

WebVTT cues carrying the full positioning grammar — line, position, align and size — plus named cue identifiers instead of numbers. Captions are placed at four different points in the frame, which is what real subtitles do to avoid covering burned-in text. Parsers that treat everything after the timestamp as cue text will fold these settings into the visible caption.

File
VTT · Captions Edge · 4 cues
Use case
Subtitle parsingVideo QA+1· Conversion set
Preview of VTT — STYLE Blocks, Regions and Inline Markup
vtt
581 B
Actual file preview for VTT — STYLE Blocks, Regions and Inline Markup

VTT — STYLE Blocks, Regions and Inline Markup

WebVTT exercising the parts of the format beyond plain text: a STYLE block with ::cue selectors, a named REGION, voice spans, cue classes, and inline bold/italic/underline/ruby markup. A parser that handles only timestamps and text will render the tag names as visible characters.

File
VTT · Captions Edge · 3 cues
Use case
Subtitle parsingVideo QA+1· Conversion set
Preview of VTT — UTF-8 With BOM Before the Signature
vtt
363 B
Actual file preview for VTT — UTF-8 With BOM Before the Signature

VTT — UTF-8 With BOM Before the Signature

WebVTT with a byte-order mark ahead of the mandatory WEBVTT signature. The spec explicitly allows this, and browsers accept it — but a naive check that the file literally starts with the six bytes 'WEBVTT' rejects a perfectly valid file. The mirror image of the missing-header corrupt fixture: one is valid and often refused, the other is invalid and often accepted.

File
VTT · Captions Encoding · 5 cues
Use case
Caption encodingSubtitle parsing+1· Conversion set