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

Show the canonical directory
Preview of PWA maskable icon (512×512 PNG)
png
2.1 KB
Actual file preview for PWA maskable icon (512×512 PNG)

PWA maskable icon (512×512 PNG)

A 512×512 maskable PNG icon with the mark inside the central safe-zone and a full-bleed background, for testing maskable icon cropping across Android adaptive-icon shapes.

File
PNG · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 01
json
91 B
Actual file preview for PWA Shortcut JSON: 01

PWA Shortcut JSON: 01

PWA shortcut descriptor SAMPLE #1 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 02
json
91 B
Actual file preview for PWA Shortcut JSON: 02

PWA Shortcut JSON: 02

PWA shortcut descriptor SAMPLE #2 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 03
json
91 B
Actual file preview for PWA Shortcut JSON: 03

PWA Shortcut JSON: 03

PWA shortcut descriptor SAMPLE #3 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 04
json
91 B
Actual file preview for PWA Shortcut JSON: 04

PWA Shortcut JSON: 04

PWA shortcut descriptor SAMPLE #4 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 05
json
91 B
Actual file preview for PWA Shortcut JSON: 05

PWA Shortcut JSON: 05

PWA shortcut descriptor SAMPLE #5 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 06
json
91 B
Actual file preview for PWA Shortcut JSON: 06

PWA Shortcut JSON: 06

PWA shortcut descriptor SAMPLE #6 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 07
json
91 B
Actual file preview for PWA Shortcut JSON: 07

PWA Shortcut JSON: 07

PWA shortcut descriptor SAMPLE #7 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA Shortcut JSON: 08
json
91 B
Actual file preview for PWA Shortcut JSON: 08

PWA Shortcut JSON: 08

PWA shortcut descriptor SAMPLE #8 for install UI tests.

File
JSON · Pwa
Use case
Web assets· Conversion set
Preview of PWA: app-shell.css SAMPLE
css
73 B
Actual file preview for PWA: app-shell.css SAMPLE

PWA: app-shell.css SAMPLE

PWA shell fixture SAMPLE (app-shell.css) for offline app-shell testing.

File
CSS · Pwa
Use case
Web assets· Conversion set
Preview of PWA: index-shell.html SAMPLE
html
174 B
Actual file preview for PWA: index-shell.html SAMPLE

PWA: index-shell.html SAMPLE

PWA shell fixture SAMPLE (index-shell.html) for offline app-shell testing.

File
HTML · Pwa
Use case
Web assets· Conversion set
Preview of PWA: offline.html SAMPLE
html
88 B
Actual file preview for PWA: offline.html SAMPLE

PWA: offline.html SAMPLE

PWA shell fixture SAMPLE (offline.html) for offline app-shell testing.

File
HTML · Pwa
Use case
Web assets· Conversion set
Preview of PWA: sw-register.js SAMPLE
js
85 B
Actual file preview for PWA: sw-register.js SAMPLE

PWA: sw-register.js SAMPLE

PWA shell fixture SAMPLE (sw-register.js) for offline app-shell testing.

File
JS · Pwa
Use case
Web assets· Conversion set
Preview of pytest: JSON Report (pytest-json-report)
json
6.3 KB
Actual file preview for pytest: JSON Report (pytest-json-report)

pytest: JSON Report (pytest-json-report)

The pytest-json-report document, which records setup, call and teardown as three separate phases per test and keeps error distinct from failed in its summary. A test can pass its call phase and still error in teardown, which is why summing outcomes without reading the phases gives the wrong total. 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 Python Traceback (log)
log
631 B
Actual file preview for Python Traceback (log)

Python Traceback (log)

A realistic Python traceback with a chained exception ('During handling of the above exception...') and a caret error indicator. A fixture for testing traceback parsers and error-reporting tools.

File
LOG · Logs · 4 frames
Use case
Log parsingError handling· Conversion set
Preview of Python: Fibonacci (dataclass, generator, type hints)
py
1 KB
Actual file preview for Python: Fibonacci (dataclass, generator, type hints)

Python: Fibonacci (dataclass, generator, type hints)

A realistic Python snippet exercising type hints, an lru_cache-memoised recursive function, a generator, and a frozen dataclass, for testing syntax highlighters, linters (ruff/flake8), and formatters (black).

File
PY · Python
Preview of Python: Hello World
py
168 B
Actual file preview for Python: Hello World

Python: Hello World

The classic hello-world in idiomatic Python 3, with a shebang, a module docstring, and the standard main guard: the minimal correct program for testing highlighters and interpreters.

File
PY · Python