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