francois cd4c8424ae Add parallel test item slide
Documents the new parallel item: branches, sync (all/any), wait_for,
per-branch live prefix and report row.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 23:24:05 +02:00
2026-04-30 23:24:05 +02:00
2026-01-15 20:29:36 +01:00
2026-02-14 18:16:57 +01:00
2026-04-04 08:56:12 +02:00
2026-01-17 13:14:39 +01:00

testium training slides

Beamer presentation (LuaLaTeX) for the testium training.

Compilation

Requires LuaLaTeX with the minted package (which requires Python and pygments).

make

The output PDF is generated in build/.

To clean the build directory:

make clean

Document architecture

src/
├── main.tex              # Entry point — includes all sections
├── preamble.tex          # Packages, theme, colors, macros
├── images/
│   └── logo.png
└── sections/
    ├── title.tex         # Title page
    ├── summary.tex       # Table of contents
    ├── intro.tex         # Introduction: features, input files, CLI, variables, inline eval, links
    ├── installation.tex  # Installation from binary or sources
    ├── items.tex         # Test items reference (console, py_func, loop, check, etc.)
    ├── functionalities.tex  # Advanced features: result processing, includes, templating, reports
    ├── tips.tex          # Tips and tricks
    └── conclusion.tex    # Thank you + contact

Macros

Macro Usage
\incode{text} Inline code (bold blue monospace)
\tum{text} testium name highlight (bold orange italic)
\pass{text} PASS result (bold green monospace)
\fail{text} FAIL result (bold red monospace)
Description
No description provided
Readme 6.5 MiB
Languages
TeX 99.3%
Makefile 0.7%