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

Show the canonical directory
Preview of Checkout Form (HTML)
html
5.5 KB
Actual file preview for Checkout Form (HTML)

Checkout Form (HTML)

A downloadable mock-checkout form, shipping address plus a payment section that accepts the standard test card 4111 1111 1111 1111. Nothing is charged or stored.

File
HTML · Commerce Checkout · 9 fields
Preview of Chemistry Fixture Molecule Index (.csv)
csv
388 B
Actual file preview for Chemistry Fixture Molecule Index (.csv)

Chemistry Fixture Molecule Index (.csv)

One row per molecule used across the chemistry fixtures, with formula, molecular weight, SMILES and the atom and bond counts each file should yield. It is the oracle a cheminformatics toolkit can be scored against without needing a second toolkit to generate the answers.

File
CSV · Chemistry · 5 rows
Use case
Scientific dataEditor testing+1· Conversion set
Preview of Choice Input Types (HTML)
html
6.9 KB
Actual file preview for Choice Input Types (HTML)

Choice Input Types (HTML)

Every way HTML expresses a choice: a single select with a prompt row, a multiple select, a select with option groups, a radio group, a checkbox group and a lone checkbox - including options whose submitted value differs from their visible label.

File
HTML · Software Quality · 6 fields
Preview of Chrome DevTools CPU Profile: Node Tree with Sample Deltas (json)
json
2.8 KB
Actual file preview for Chrome DevTools CPU Profile: Node Tree with Sample Deltas (json)

Chrome DevTools CPU Profile: Node Tree with Sample Deltas (json)

The .cpuprofile shape V8 emits: a node tree with call frames, a samples array of node IDs and a parallel timeDeltas array, plus the synthesized (idle), (program) and (garbage collector) nodes. Counting those synthetic frames as application time is the classic misreading.

File
JSON · Profiles
Use case
ObservabilityJSON parsing+1· Conversion set
Preview of Chronological CV Template (DOCX)
docx
36.4 KB
Actual file preview for Chronological CV Template (DOCX)

Chronological CV Template (DOCX)

A reverse-chronological CV with a summary, dated roles and accomplishment bullets, education, and skills: the most common resume layout, filled with realistic sample content.

File
DOCX · CV
Use case
Templates
Preview of CIF Parser Edge Cases: Quotes, Text Fields and Wrapped Loops (.cif)
cif
877 B
Actual file preview for CIF Parser Edge Cases: Quotes, Text Fields and Wrapped Loops (.cif)

CIF Parser Edge Cases: Quotes, Text Fields and Wrapped Loops (.cif)

A CIF built entirely out of the constructs that break naive parsers: quoted values containing apostrophes and hashes, a semicolon-delimited multi-line text field, the distinct '?' and '.' markers, a standard uncertainty written as 1.2345(7), and a loop whose rows wrap across lines. Every one of them is legal CIF.

File
CIF · Chemistry
Use case
Scientific dataEditor testing+1· Conversion set
Preview of CircleCI Config with Cache and Workspace
yml
925 B
Actual file preview for CircleCI Config with Cache and Workspace

CircleCI Config with Cache and Workspace

A CircleCI 2.1 config with a two-job workflow, a fallback cache-key list, workspace persistence between jobs, and a test-results store. The baseline the other CircleCI fixtures vary from.

File
YML · Circleci
Preview of CircleCI Config, Intentionally Invalid
yml
560 B
Actual file preview for CircleCI Config, Intentionally Invalid

CircleCI Config, Intentionally Invalid

An intentionally invalid CircleCI config: an unquoted `version: 2.10` that YAML loads as the float 2.1, a workflow referencing an undefined job, and a job with no execution environment. For testing that a validator rejects it and explains each fault.

File
YML · Circleci
Preview of CircleCI Orbs and Named Executors
yml
716 B
Actual file preview for CircleCI Orbs and Named Executors

CircleCI Orbs and Named Executors

CircleCI orbs and reusable named executors: two orb imports, two executors at different resource classes, an orb-provided step, and a branch filter combining an exact name with a regex.

File
YML · Circleci
Preview of CircleCI Reusable Commands and Parameters
yml
1 KB
Actual file preview for CircleCI Reusable Commands and Parameters

CircleCI Reusable Commands and Parameters

A reusable CircleCI command with string and boolean parameters, a conditional `when` step, and a job parameterised by an enum expanded through a workflow matrix. Exercises CircleCI's << >> template syntax, which is not YAML and not Jinja.

File
YML · Circleci
Preview of CircleCI Workflow Matrix with Exclude
yml
613 B
Actual file preview for CircleCI Workflow Matrix with Exclude

CircleCI Workflow Matrix with Exclude

A CircleCI workflow matrix across three operating systems and two Go versions with one exclusion, plus a tag filter regex. Six combinations minus one is five jobs, documented so an expansion can be scored exactly.

File
YML · Circleci
Preview of Classification Report (JSON)
json
588 B
Actual file preview for Classification Report (JSON)

Classification Report (JSON)

A per-class classification report in the scikit-learn structure: precision, recall, F1, and support for each class plus accuracy and macro/weighted averages. A fixture for testing metric parsers and report renderers.

File
JSON · Eval
Preview of CLDR Plural Rules: Arabic (6 categories)
json
1.5 KB
Actual file preview for CLDR Plural Rules: Arabic (6 categories)

CLDR Plural Rules: Arabic (6 categories)

Arabic CLDR cardinal and ordinal plural rules with the exact integer samples that select each category, the equivalent gettext Plural-Forms expression, and a note on the trap the language exposes: a catalog written with only one/other silently renders 'many' counts (11-99) with the singular noun form.

File
JSON · Cldr · Arabic
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of CLDR Plural Rules: English (2 categories)
json
1.3 KB
Actual file preview for CLDR Plural Rules: English (2 categories)

CLDR Plural Rules: English (2 categories)

English CLDR cardinal and ordinal plural rules with the exact integer samples that select each category, the equivalent gettext Plural-Forms expression, and a note on the trap the language exposes: '1.

File
JSON · Cldr · English
Use case
InternationalizationLocalization catalogs+1· Conversion set