chore(release): 0.3.2

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 22:53:30 +02:00
parent 83475dd215
commit 51068c881f
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
0.3.1
0.3.2