Releases: vaadin/testbench
Releases · vaadin/testbench
Bugfix release
Fix issue when attribute values contain special characters
Support for finding the IP address of the host
6.0.0.alpha12 Fix typos
Bugfixes and support for firing custom events
6.0.0.alpha11 Fix ElementQuery for built-in elements or elements without a shadow r…
Support finding any element, optionally with a given tag name
$(TestBenchElement.class)
now matches any element
$("some-tag-name")
can be used to find elements of type <some-tag-name>
when no element class is available
Renamed core artifact to vaadin-testbench-core
6.0.0.alpha9 Rename vaadin-testbench back to vaadin-testbench-core so we can have …
More helpers for element integrations
6.0.0.alpha8 Add hasAttribute helper (#980)
Helpers for element integrations
6.0.0.alpha7 Add helper for integrating elements with a string value (#979)
Fixed license checker issue
6.0.0.alpha6 Use newest license checker (#977)
6.0.0.alpha5
Changes since 6.0.0.alpha4:
- Updated license checker
Vaadin TestBench 6.0.0.alpha4
Changes since 6.0.0.alpha1: