From cf5db9e112cc7effd9a7fe5e2d420187a3b91cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 15 Jun 2026 00:18:38 +0200 Subject: [PATCH] docs: release note for the GUI test-tree search Co-Authored-By: Claude Opus 4.8 --- release_note.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_note.txt b/release_note.txt index e6b0f93..1da404a 100644 --- a/release_note.txt +++ b/release_note.txt @@ -3,6 +3,8 @@ version 0.3 - New ``pytest`` test item: run your pytest files as a test step; each test shows up with its own PASS / FAIL / SKIP. Requires pytest to be installed (``pip install pytest``). +- Search the test tree in the GUI (Ctrl+F): find items by name, type or + doc; matches are highlighted and you can step through them. - console ``read_until`` can now wait for several possible texts at once (it matches the first one seen), and a ``regex: true`` option lets you match with a regular expression.