We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Karibu-Testing currently does have a simple support for LitRenderers: for example:
LitRenderer.of<Int>("<div>\${item.foo}</div>") .withProperty("foo") { "Item #$it" }
is rendered as Item #25 (for an integer row value of '25').
Item #25
This is a good balance between Karibu not supporting LitRenderers at all, and dumping all of the HTML, making the Grid tests too chatty and bloated.
However, if you'd like to have this algorithm changed, please list a counter-example where this simple algorithm doesn't do a good job.
Sorry, something went wrong.
mvysny
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: