diff --git a/src/sections/functionalities.tex b/src/sections/functionalities.tex index 5a64e28..545ea8f 100644 --- a/src/sections/functionalities.tex +++ b/src/sections/functionalities.tex @@ -239,13 +239,13 @@ main: \begin{columns} \column{0.6\textwidth} \begin{itemize} - \item Supports sqlite, Junit, JSON, txt formats - \item Designed to ease the addition of new formats if any specific request + \item Built-in formats: \incode{sqlite}, \incode{junit}, \incode{json}, \incode{html}, \incode{text} + \item Custom formats via Python entry-points (\incode{testium.exporters} group) — installable as standalone packages \item Added to the root of the main .tum file \begin{itemize} \item \incode{path}: The report path \item \incode{file\_name}: The name of the report file - \item \incode{export}: The type of export + \item \incode{export}: The type(s) of export — single entry or list \item \incode{log\_stored}: Stores the log extracts in the report \end{itemize} \item the \incode{report} test item can also generate some intermediate reports diff --git a/testium_training.pdf b/testium_training.pdf index 932476e..5586506 100644 Binary files a/testium_training.pdf and b/testium_training.pdf differ