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

Show the canonical directory
Preview of Docker Compose File (YAML)
yml
451 B
Actual file preview for Docker Compose File (YAML)

Docker Compose File (YAML)

A sample docker-compose file defining a web service with Postgres and Redis dependencies, for testing Compose parsers and YAML tooling.

File
YML · Config
Preview of Docker Compose File, Intentionally Invalid
yaml
608 B
Actual file preview for Docker Compose File, Intentionally Invalid

Docker Compose File, Intentionally Invalid

An intentionally invalid Compose file: services as a list, a service with both image and an empty build, an unquoted 8080:8080 port that YAML 1.1 reads as a base-60 integer, and a depends_on naming an undefined service.

File
YAML · Docker
Preview of Docker Compose Profiles
yaml
601 B
Actual file preview for Docker Compose Profiles

Docker Compose Profiles

Five Compose services across three profiles, one of which belongs to two profiles at once. Services with no profiles key always start; the rest are opt-in, which is the selection logic this fixture exists to test.

File
YAML · Docker
Preview of Docker Compose Specification (No version Key)
yaml
1.3 KB
Actual file preview for Docker Compose Specification (No version Key)

Docker Compose Specification (No version Key)

A Compose Specification file with no top-level version key, condition-based depends_on, healthchecks, and a deploy resource limit. Parsers written against the older schema often require the version key, which is exactly what this fixture separates.

File
YAML · Docker
Preview of Docker Container Log: json-file driver (log)
log
2.4 KB
Actual file preview for Docker Container Log: json-file driver (log)

Docker Container Log: json-file driver (log)

A Docker json-file container log: one JSON object per line with the log text, stream (stdout/stderr), and an RFC 3339 timestamp, exactly as Docker's default logging driver writes it. A fixture for container-log shippers and parsers.

File
LOG · Logs
Preview of Dockerfile (multi-stage)
dockerfile
419 B
Actual file preview for Dockerfile (multi-stage)

Dockerfile (multi-stage)

A sample multi-stage Dockerfile with a build stage and a slim runtime stage, for testing Dockerfile parsers, linters (hadolint), and syntax highlighting. Illustrative only.

File
DOCKERFILE · Config
Preview of Dockerfile, Multi-Stage Build Definition
dockerfile
1.2 KB
Actual file preview for Dockerfile, Multi-Stage Build Definition

Dockerfile, Multi-Stage Build Definition

A three-stage Dockerfile with a syntax directive, build args interpolated into FROM lines, a heredoc COPY, multi-line LABEL and ENV continuations, a non-root USER, and HEALTHCHECK in exec form. Inert: every base image is a fictional example.invalid reference.

File
DOCKERFILE · Docker
Preview of DOCX with Comments
docx
36.6 KB
Actual file preview for DOCX with Comments

DOCX with Comments

A Word document with two anchored reviewer comments, for testing comment extraction and whether converters preserve or drop review annotations.

File
DOCX · Word
Preview of DOCX with Metadata Stripped
docx
1.6 KB
Actual file preview for DOCX with Metadata Stripped

DOCX with Metadata Stripped

The same DOCX document part without core or custom property parts, suitable for checking OOXML metadata removal without content loss.

File
DOCX · Word
Use case
Metadata testingConversion testing· Paired fixture
Preview of DOCX with Tracked Changes
docx
36.1 KB
Actual file preview for DOCX with Tracked Changes

DOCX with Tracked Changes

A Word document with real tracked changes (insertions and deletions attributed to two reviewers with timestamps) for testing how tools read, accept, reject, or preserve revisions.

File
DOCX · Word
Preview of draw.io Diagram (XML)
drawio
1.5 KB
Actual file preview for draw.io Diagram (XML)

draw.io Diagram (XML)

A draw.io (diagrams.net) diagram in its native mxGraphModel XML (a small flowchart) for testing draw.io import/export and XML parsing of diagram files.

File
DRAWIO · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of DSSE Envelope With Undecodable Payload: Intentionally Corrupt
json
398 B
Actual file preview for DSSE Envelope With Undecodable Payload: Intentionally Corrupt

DSSE Envelope With Undecodable Payload: Intentionally Corrupt

An intentionally corrupt DSSE envelope: the JSON parses and the signature block looks complete, but the payload is truncated and contains characters outside the base64 alphabet. Signatures, key ids and certificates here are SAMPLE placeholders: the base64 decodes to the words 'SAMPLE SIGNATURE', so verification must fail. Nothing here is cryptographically valid and no key material is real.

File
JSON · Provenance
Use case
Error handlingJSON parsing· Conversion set
Preview of DSSE Envelope Wrapping a Provenance Statement
json
2.5 KB
Actual file preview for DSSE Envelope Wrapping a Provenance Statement

DSSE Envelope Wrapping a Provenance Statement

A DSSE envelope whose base64 payload decodes to the SLSA v1 statement in this family: the wrapper attestation tooling actually transports. Signatures, key ids and certificates here are SAMPLE placeholders: the base64 decodes to the words 'SAMPLE SIGNATURE', so verification must fail. Nothing here is cryptographically valid and no key material is real.

File
JSON · Provenance
Use case
JSON parsingJWT / JWKS testing+1· Conversion set