Skip to content

Releases: vaadin/testbench

4.1.0.alpha1

10 Oct 11:29

Choose a tag to compare

4.1.0.alpha1 Pre-release
Pre-release
  • Add element API helpers from the framework project
  • Allow specifying parameters using system properties
  • Improvements in cursor detection (#18773)
  • Add support for Microsoft Edge
  • Selenium updated to 2.47.0

4.0.3

10 Oct 11:30

Choose a tag to compare

Updated to Selenium 2.46.0

4.0.2

10 Oct 11:32

Choose a tag to compare

  • Updated to Selenium 2.44.0
  • Fixes to the parallel test functionality
  • NOTE that this release (or previous ones) do NOT support the latest version of Firefox (35+) as Firefox changed API that Selenium relied on. A new version will be released when this is fixed. For now, please use Firefox 34 or older, see the sidebar for a link to the Firefox ESR (31.x) version download.

4.0.1

10 Oct 11:33

Choose a tag to compare

  • Bugfixes for running without an Internet connection

4.0.0

10 Oct 11:24

Choose a tag to compare

  • New ElementQuery for easy and type safe access to elements with a fluent API. (Requires Vaadin 7.2.0+)
  • New API in the typed *Element classes (Requires Vaadin 7.3.0)
  • ParallelTest base class, allowing you to easily run on many browsers in parallel without any extra code
  • TestBench section in the debug window in Vaadin 7.2.0+ (replaces TestBench Recorder).

4.0.0.alpha1

10 Oct 11:25

Choose a tag to compare

4.0.0.alpha1 Pre-release
Pre-release
  • New ElementQuery for easy and type safe access to elements with a fluent API. (Requires Vaadin 7.2.0)
  • TestBench section in the debug window in Vaadin 7.2.0 (replaces TestBench Recorder).