File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<h2 class =" github " >Changelog</h2 >
22
3+ ### v0.6.5
4+ - Fix issue where failed tests using ExpandableSentence or ExpandableRenderedValue would not render correctly.
5+ - CMD-F binding in Modern UI removed as it was conflicting with default browser search. Replaced with '/' to focus search field.
6+ - Modern UI test explorer now orders packages before tests.
7+ - (Experimental) Custom tabs now support image rendering (for upcoming UI testing functionality).
8+ - Allow regex to be passed to ` IndexedLogFileQueryService ` to enable log delimiter lines to more easily matched
9+ - Regression - ExpandableSentence defined via Sources annotation were not recognised properly.
10+ - Add 'FixtureSuite' and ` WithFixtureSuite ` alongside new fixture rendering capability using ` fixtures { MyFixtureFx } ` in tests. Intended to reduce
11+ the number of import boilerplate in tests that use a large number of fixtures. (Thanks to Ryan Taplin for the suggestion)
12+ - Improve recognition of ` EpandableSentence ` that use lambda parameters.
13+
314### v0.6.4
415 - Adding overloads for fixtures when using function references.
516 - Allowing inline notes to be rendered inside Kotlin tests that are expression functions.
Original file line number Diff line number Diff line change 1- 0.6.4
1+ 0.6.5
You can’t perform that action at this time.
0 commit comments