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.5.36
4+ - Adding support for ` Notes ` in test output.
5+ Kensa will recognise ` /// ` as a note when it is placed before a Given/When/Then keyword.
6+ Notes will also be recognised at the end of a line (immediately following a ` } ` or ` ) ` )
7+
8+ Thanks to Michael Orr.
9+ - Introduce ` ExpandableRenderedValue ` to allow function markers to be expanded to show the function return value in a table.
10+ This is useful for functions that return collections.
11+ - Introduce ` RenderedValueWithHint ` to allow fields to be rendered with a hint tooltip.
12+ This can be used to provide additional information about a field, such as a JsonPath or XPath.
13+ - Deprecate ` NestedSentence ` in favour of ` ExpandableSentence `
14+ - Introduce early access version of a new UI.
15+ Requires use of a web server to view the output. Use IDEA's or TeamCity's built in server, or use Kensa's own CLI to spin up a server.
16+
317### v0.5.35
418- Updates for compatibility with Kotlin 2.3.0
519
Original file line number Diff line number Diff line change 1- 0.5.35
1+ 0.5.36
You can’t perform that action at this time.
0 commit comments