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

Show the canonical directory
Preview of Jenkinsfile, Declarative Pipeline
jenkinsfile
1.5 KB
Actual file preview for Jenkinsfile, Declarative Pipeline

Jenkinsfile, Declarative Pipeline

A declarative Jenkinsfile with a docker agent, options, environment and parameters blocks, a parallel test stage gated by a when expression, and post conditions. The dialect most Jenkins linters target.

File
JENKINSFILE · Jenkins
Preview of Jenkinsfile, Intentionally Invalid
jenkinsfile
616 B
Actual file preview for Jenkinsfile, Intentionally Invalid

Jenkinsfile, Intentionally Invalid

An intentionally invalid Jenkinsfile: an unclosed stage block so braces never balance, a steps block outside any stage, and a bare identifier where the agent directive needs any, none, or a block. For testing parser error recovery and reporting.

File
JENKINSFILE · Jenkins
Preview of Jenkinsfile, Scripted Pipeline
jenkinsfile
833 B
Actual file preview for Jenkinsfile, Scripted Pipeline

Jenkinsfile, Scripted Pipeline

The scripted Jenkinsfile dialect: an imperative node block with Groovy variables, a for loop that builds a parallel branch map at runtime, and try/catch error collection. Structurally unlike the declarative form, and a common parser gap.

File
JENKINSFILE · Jenkins
Preview of Jest: JSON Results
json
6.4 KB
Actual file preview for Jest: JSON Results

Jest: JSON Results

Jest's --json output, where skipped tests are called pending and the totals appear as flat numTotal/numPassed/numFailed fields alongside per-file assertionResults. Timestamps are epoch milliseconds rather than ISO strings, which is the field most converters mis-handle. 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 Job Application (Fillable PDF)
pdf
17.1 KB
Actual file preview for Job Application (Fillable PDF)

Job Application (Fillable PDF)

A fillable PDF job-application AcroForm: text fields, a position dropdown, work-authorization radio buttons, a relocate checkbox, a multiline cover letter, and a signature block. Fill it in any PDF viewer; no macros or scripts.

File
PDF · Acroform · 11 fields
Use case
Form testingPDF form filling+2· Conversion set
Preview of Job Application Form (HTML)
html
5.8 KB
Actual file preview for Job Application Form (HTML)

Job Application Form (HTML)

A downloadable job-application form: contact details, position, experience, a résumé file input, cover letter, work-authorization radios, and a consent checkbox.

File
HTML · Employment · 12 fields
Preview of Job Application Form Data (FDF)
fdf
460 B
Actual file preview for Job Application Form Data (FDF)

Job Application Form Data (FDF)

Adobe FDF form-data for the job-application AcroForm: the field values that populate job-application.pdf, for testing PDF form-data import.

File
FDF · Acroform · 8 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Job Application Form Data (XFDF)
xfdf
716 B
Actual file preview for Job Application Form Data (XFDF)

Job Application Form Data (XFDF)

XFDF (XML Forms Data Format) twin of the job-application form data: the same field values as the FDF, in Adobe's XML representation.

File
XFDF · Acroform · 8 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of JPEG Quality 10 (512px)
jpg
6.1 KB
Actual file preview for JPEG Quality 10 (512px)

JPEG Quality 10 (512px)

The same 512px source saved at JPEG quality 10: part of a q10/50/90 ladder for comparing compression artefacts at a glance.

File
JPG · Edge Cases · 512 × 512 px
Use case
Compression testingConversion testing· Conversion set
Preview of JPEG Quality 50 (512px)
jpg
38.6 KB
Actual file preview for JPEG Quality 50 (512px)

JPEG Quality 50 (512px)

The same 512px source saved at JPEG quality 50: part of a q10/50/90 ladder for comparing compression artefacts at a glance.

File
JPG · Edge Cases · 512 × 512 px
Use case
Compression testingConversion testing· Conversion set
Preview of JPEG Quality 90 (512px)
jpg
136.2 KB
Actual file preview for JPEG Quality 90 (512px)

JPEG Quality 90 (512px)

The same 512px source saved at JPEG quality 90: part of a q10/50/90 ladder for comparing compression artefacts at a glance.

File
JPG · Edge Cases · 512 × 512 px
Use case
Compression testingConversion testing· Conversion set
Preview of Json Decoded-Result Reference For The Hdf5 Hierarchy And Its Normalisation Invariant
json
614 B
Actual file preview for Json Decoded-Result Reference For The Hdf5 Hierarchy And Its Normalisation Invariant

Json Decoded-Result Reference For The Hdf5 Hierarchy And Its Normalisation Invariant

JSON decoded-result reference for the HDF5 hierarchy and its normalisation invariant, kept beside the binary source for semantic rather than byte-level comparison. Stable P8 artifact p8-convert-hdf5-expected.

File
JSON · P8 Convert
Use case
Conversion testingScientific data+1· Conversion set
Preview of JSON Feed 1.1
json
1.3 KB
Actual file preview for JSON Feed 1.1

JSON Feed 1.1

A JSON Feed 1.1 document (the JSON alternative to RSS/Atom) with a feed header and three items using content_html, content_text, tags, and publish dates, for testing JSON Feed parsers and readers.

File
JSON · Feeds
Preview of JSON Lines (JSONL)
jsonl
595 B
Actual file preview for JSON Lines (JSONL)

JSON Lines (JSONL)

A JSON Lines file with one object per line, for testing streaming/newline-delimited JSON parsers.

File
JSONL · JSON · 10 records
Preview of JSON Schema (User)
json
397 B
Actual file preview for JSON Schema (User)

JSON Schema (User)

A draft-07 JSON Schema describing a user object, for testing schema validators and schema-aware tooling.

File
JSON · JSON · UTF-8