From 51068c881f3c996af1a11e2e6db2d44b054a55bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 15 Jun 2026 22:53:30 +0200 Subject: [PATCH] chore(release): 0.3.2 Co-Authored-By: Claude Opus 4.8 --- release_note.txt | 9 +++++++++ src/VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/release_note.txt b/release_note.txt index 0fc1005..e63f820 100644 --- a/release_note.txt +++ b/release_note.txt @@ -1,3 +1,12 @@ +version 0.3.2 +============== +- The ``run`` item now captures the output of the test it launches into your + log and report (it used to go only to the terminal and was lost from the + report). New ``batch: true`` option runs that test headless (and captured) + even when testium is in the GUI. +- The captured output of a ``run`` step can be saved with ``store_result`` and + inspected afterwards (for example with ``expected_result`` or a ``py_func``). + version 0.3.1 ============== - Clearer errors when a test file fails to load. The message now names the diff --git a/src/VERSION b/src/VERSION index 9e11b32..d15723f 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -0.3.1 +0.3.2