added last reports changes.

This commit is contained in:
2026-05-03 10:17:14 +02:00
parent 5ac5d0e6db
commit c741f584ba
2 changed files with 3 additions and 3 deletions

View File

@@ -239,13 +239,13 @@ main:
\begin{columns} \begin{columns}
\column{0.6\textwidth} \column{0.6\textwidth}
\begin{itemize} \begin{itemize}
\item Supports sqlite, Junit, JSON, txt formats \item Built-in formats: \incode{sqlite}, \incode{junit}, \incode{json}, \incode{html}, \incode{text}
\item Designed to ease the addition of new formats if any specific request \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 \item Added to the root of the main .tum file
\begin{itemize} \begin{itemize}
\item \incode{path}: The report path \item \incode{path}: The report path
\item \incode{file\_name}: The name of the report file \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 \item \incode{log\_stored}: Stores the log extracts in the report
\end{itemize} \end{itemize}
\item the \incode{report} test item can also generate some intermediate reports \item the \incode{report} test item can also generate some intermediate reports

Binary file not shown.