From c92a93e4c91d167d5e1d2a1b2c187ed7f6957bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Thu, 20 Jul 2023 13:51:09 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bd21b..ebdaec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ## Unreleased +### Changed +- Change default value of `--server-url` option to `http://localhost:4444` (i.e. remove `/wd/hub` from the URL). +- Update to Bootstrap 5 in results.xml and generated timeline. +- Show test result in timeline tooltip. +- Show spinner in results.xml when tests are still in progress. + +### Fixed +- Fix displaying text executors in generated timeline (executors are now read and stored also for tests run on Selenium 4). + ## 3.0.1 - 2023-04-14 ### Fixed