Pekka Klärck
Pekka Klärck
There has been a huge amount of work, as expected, but this this feature is finally getting ready! Some of the things that have been done: - Internal logging has...
I hope that interested users can test the new functionality and report possible problems and enhancement ideas. Right now you need to use the code directly from the version control,...
Tests have been added. There are only two tests in the [body_items_v3.robot](https://github.com/robotframework/robotframework/blob/master/atest/robot/output/listener_interface/body_items_v3.robot) file under `atest/robot`, but they are pretty thorough. The first test validates that all listener methods are called...
There were still problems related to modifying results. Because information was already written to output.xml, modifications didn't have any real effect. That was fixed by the above commit, and more...
PR #4190 seems to be in such a good shape that we'll get dark mode already in RF 7.0. Thanks for contribution @psaikkonen already now and thanks also for @Snooz82...
There has been some style changes related to the theme toggle button, but now this feature is in good enough shape to be considered ready. Styles can still be fine-tuned...
No updates. Closing.
Based on a quick look the PR #4690 by @MobyNL looks to be in so good shape after the latest changes that I'll add this issue into RF 7.0 scope....
This was implemented in PR #4690 by @MobyNL. In practice various keywords got new `ignore_case` argument. Big thanks for contribution! I was doing small cleanup to the new code when...
While doing small cleanup to Collections related to this enhancement and otherwise, I noticed that case-insensitive comparisons with dictionaries had some problems. After a bit of investigation it turned out...