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

Show the canonical directory
Preview of Kotlin: Hello World
kt
85 B
Actual file preview for Kotlin: Hello World

Kotlin: Hello World

The classic hello-world in Kotlin (a top-level main function) for testing highlighters, the Kotlin compiler, and parsers.

File
KT · Kotlin
Preview of Kubernetes Audit Log: Six Events with an RBAC Denial (jsonl)
jsonl
4 KB
Actual file preview for Kubernetes Audit Log: Six Events with an RBAC Denial (jsonl)

Kubernetes Audit Log: Six Events with an RBAC Denial (jsonl)

Six Kubernetes audit events at two audit levels, including one 403 whose authorization annotations record the forbid decision and its reason. The shape a cluster-audit alert or compliance report reads, with every user and service account invented.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Kubernetes Component Log: klog (log)
log
2.5 KB
Actual file preview for Kubernetes Component Log: klog (log)

Kubernetes Component Log: klog (log)

A Kubernetes-component log in the klog/glog format: a severity letter, timestamp, thread id, and source location prefix followed by the message. A fixture for testing klog parsers and severity extraction.

File
LOG · Logs
Preview of Kubernetes CronJob Schedule and History Limits
yaml
733 B
Actual file preview for Kubernetes CronJob Schedule and History Limits

Kubernetes CronJob Schedule and History Limits

A CronJob with an explicit timeZone, Forbid concurrency, a starting deadline, and history limits on both success and failure. For testing cron parsing and the scheduling fields policy engines most often check.

File
YAML · Kubernetes
Preview of Kubernetes CustomResourceDefinition with OpenAPI Schema
yaml
1.5 KB
Actual file preview for Kubernetes CustomResourceDefinition with OpenAPI Schema

Kubernetes CustomResourceDefinition with OpenAPI Schema

A CustomResourceDefinition carrying a deep structural OpenAPI v3 schema with a regex pattern, an enum, a default, and array minItems. Useful both as a CRD fixture and as a nested JSON-Schema-in-YAML validation target.

File
YAML · Kubernetes
Preview of Kubernetes HorizontalPodAutoscaler (autoscaling/v2)
yaml
843 B
Actual file preview for Kubernetes HorizontalPodAutoscaler (autoscaling/v2)

Kubernetes HorizontalPodAutoscaler (autoscaling/v2)

An autoscaling/v2 HPA with both a Resource and a Pods metric, plus scaleUp and scaleDown behaviour policies. The v2 metric shape differs sharply from v1 and v2beta, which is what makes it a useful conversion fixture.

File
YAML · Kubernetes
Preview of Kubernetes Kustomization Overlay
yaml
718 B
Actual file preview for Kubernetes Kustomization Overlay

Kubernetes Kustomization Overlay

A Kustomize overlay with a name prefix and suffix, common labels, an image tag override, a configMapGenerator merge, and a JSON-6902 patch embedded as a block scalar: YAML inside YAML, which naive rewriters mangle.

File
YAML · Kubernetes
Preview of Kubernetes Manifest, Intentionally Invalid
yaml
691 B
Actual file preview for Kubernetes Manifest, Intentionally Invalid

Kubernetes Manifest, Intentionally Invalid

An intentionally invalid Kubernetes manifest: a removed apiVersion, a quoted string where replicas needs an integer, a selector that does not match the pod template, and containers as a mapping instead of a list. Four documented faults for a validator to report.

File
YAML · Kubernetes
Preview of Kubernetes Multi-Document Manifest Bundle
yaml
1.6 KB
Actual file preview for Kubernetes Multi-Document Manifest Bundle

Kubernetes Multi-Document Manifest Bundle

Three Kubernetes objects in one YAML stream, the shape kubectl apply consumes. A loader that calls the single-document API returns only the first object and silently drops the other two, which is exactly the failure this fixture is for.

File
YAML · Kubernetes
Preview of Kubernetes Namespace, ResourceQuota, and LimitRange
yaml
665 B
Actual file preview for Kubernetes Namespace, ResourceQuota, and LimitRange

Kubernetes Namespace, ResourceQuota, and LimitRange

A three-document governance bundle. Its real edge case is quantity handling: values like "8", 16Gi and 250m are Kubernetes quantity strings, and a parser that coerces the quoted ones to numbers or normalises the suffixed ones changes their meaning.

File
YAML · Kubernetes
Preview of Kubernetes NetworkPolicy with Ingress and Egress
yaml
798 B
Actual file preview for Kubernetes NetworkPolicy with Ingress and Egress

Kubernetes NetworkPolicy with Ingress and Egress

A NetworkPolicy with both policy types: an ingress rule combining namespace and pod selectors, and two egress rules, one of which uses an ipBlock with an except range. For testing policy engines that reason about allowed traffic.

File
YAML · Kubernetes
Preview of Kubernetes StatefulSet with Volume Claim Templates
yaml
1 KB
Actual file preview for Kubernetes StatefulSet with Volume Claim Templates

Kubernetes StatefulSet with Volume Claim Templates

A StatefulSet with volumeClaimTemplates, an ordered pod-management policy, a partitioned rolling update, and a non-root pod security context. For testing manifest linters and admission policies that reason about storage and identity.

File
YAML · Kubernetes
Preview of Lab Measurements (CSV)
csv
916 B
Actual file preview for Lab Measurements (CSV)

Lab Measurements (CSV)

Synthetic lab readings (temperature, pressure, pH) with ISO timestamps for scientific ETL tests. CSV twin.

File
CSV · Lab · 16 rows
Use case
Data importCSV parsing· Conversion set
Preview of Lab Measurements (JSON)
json
2.8 KB
Actual file preview for Lab Measurements (JSON)

Lab Measurements (JSON)

Synthetic lab readings (temperature, pressure, pH) with ISO timestamps for scientific ETL tests. JSON twin.

File
JSON · Lab · 16 records
Use case
Data importJSON parsing· Conversion set
Preview of Lab Report Template (DOCX)
docx
36.5 KB
Actual file preview for Lab Report Template (DOCX)

Lab Report Template (DOCX)

A science lab report following the standard abstract–method–results–discussion–conclusion structure, with a results table and realistic data: a template for students and educators.

File
DOCX · Lab Report
Use case
Templates