Skip to content

Releases: vaadin/testbench

10.2.0-alpha3

17 Apr 10:39
47bd599

Choose a tag to compare

10.2.0-alpha3 Pre-release
Pre-release

What's Changed

  • feat: add playwright record goal in #2184

Full Changelog: 10.2.0-alpha2...10.2.0-alpha3

10.1.1

17 Apr 11:29
05cb0f0

Choose a tag to compare

What's Changed

  • fix: Fix click count in TestBenchElement#click() (#2120) (CP: 10.0) by @vaadin-bot in #2125
  • revert: Revert "fix: Fix click count in TestBenchElement#click() (#2120) (#2125) by @mcollovati in #2130
  • fix: improve viewport resizing logic with retry mechanism by @tltv in #2170
  • fix: use standard base64 encoding for data URIs in screenshot reports by @Artur- in #2169
  • chore: upgrade selenium 4.43.0 (10.1) by @ZheSun88 in #2198

Full Changelog: 10.1.0...10.1.1

10.2.0-alpha2

16 Apr 10:50
2f214f1

Choose a tag to compare

10.2.0-alpha2 Pre-release
Pre-release

What's Changed

testbench-loadtest features and fixes to testbench:

  • fix: csv to handle , and " in input in #2194
  • feat: Enable custom response checks in #2191
  • feat: Add custom thresholds in #2190
  • fix: make start-server generic in #2185
  • fix: Failing test should fail recording in #2186
  • fix: maker stacktrace readable in #2195
  • feat: Load profile definition in #2193

Full Changelog: 10.2.0-alpha1...10.2.0-alpha2

10.2.0-alpha1

02 Apr 11:03
212a6a7

Choose a tag to compare

10.2.0-alpha1 Pre-release
Pre-release

What's Changed

  • Added testbench-loadtest feature to testbench

Full Changelog: 10.1.0...10.2.0-alpha1

10.1.0

23 Mar 12:32
5f452e9

Choose a tag to compare

What's Changed

  • chore: bump project to 10.1 by @mcollovati in #2123
  • fix: Fix click count in TestBenchElement#click() by @TatuLund in #2120
  • fix: always initialize Signals test environment by @mcollovati in #2127
  • refactor: remove flowFullstackSignals feature flag by @Artur- in #2124
  • chore: Rename signal imports by @mshabarov in #2129
  • revert: Revert "fix: Fix click count in TestBenchElement#click() (#2120)" by @mcollovati in #2132
  • deprecate: mark first() and waitForFirst() for removal (#1729) by @Artur- in #2117
  • upgrade jackson-databind version to 3.0.4 by @ZheSun88 in #2134
  • chore: Fix compilation error and remove incorrect test by @mshabarov in #2136
  • chore: fix compilation error by @mcollovati in #2137
  • feat: Set up new OSS browserless-test module structure by @Artur- in #2139
  • chore: Copy and rename packages and classes for new browserless-test API by @Artur- in #2141
  • chore: Remove browserless-test module after extraction to separate repo by @Artur- in #2143
  • chore!: remove UI unit test dependencies from E2E artifacts by @mcollovati in #2145
  • chore: Deprecate all classes in testbench-unit modules by @Artur- in #2140
  • chore: update Quarkus version to 3.27.0 by @ZheSun88 in #2146
  • feat: make ComponentTesterPackages inherithed by @mcollovati in #2151
  • fix: fix not usable reason condition in NotificationTester by @mcollovati in #2150
  • chore: upgrade selenium version to 4.41.0 by @ZheSun88 in #2148
  • fix: replace isDisplayed() with viewport check in autoScrollIntoView() by @mcollovati in #2158
  • fix: do not use getCoordinates().inViewPort() to scroll into view by @mcollovati in #2161
  • fix: ensure overridden notUsableReasons is called by ensureComponentIsUsable by @mcollovati in #2162
  • chore: bump Jackson 3.1 and related deps by @mcollovati in #2172

Full Changelog: 10.0.1...10.1.0

10.0.4

25 Mar 10:22
b16f3c1

Choose a tag to compare

What's Changed

Full Changelog: 10.0.3...10.0.4

9.6.0

16 Mar 14:47
a000e88

Choose a tag to compare

What's Changed

  • chore: upgrade selenium version to 4.41.0 (9.6) by @ZheSun88 in #2149
  • fix: replace isDisplayed() with viewport check in autoScrollIntoView() (CP: 9.6) by @mcollovati in #2164
  • fix: ensure overridden notUsableReasons is called by ensureComponentIsUsable (#2162) (CP: 9.5) (#2163) (CP: 9.6) by @vaadin-bot in #2165

Full Changelog: 9.5.4...9.6.0

9.6.0-beta1

12 Mar 10:30
a000e88

Choose a tag to compare

9.6.0-beta1 Pre-release
Pre-release

What's Changed

  • chore: upgrade selenium version to 4.41.0 (9.6) by @ZheSun88 in #2149
  • fix: replace isDisplayed() with viewport check in autoScrollIntoView() (CP: 9.6) by @mcollovati in #2164
  • fix: ensure overridden notUsableReasons is called by ensureComponentIsUsable (#2162) (CP: 9.5) (#2163) (CP: 9.6) by @vaadin-bot in #2165

Full Changelog: 9.6.0-alpha1...9.6.0-beta1

9.5.5

25 Mar 09:34
7a33d66

Choose a tag to compare

What's Changed

  • chore: upgrade selenium version to 4.41.0 (9.6) (#2149) (CP: 9.5) by @vaadin-bot in #2152
  • fix: fix not usable reason condition in NotificationTester (#2150) (CP: 9.5) by @vaadin-bot in #2154
  • fix: ensure overridden notUsableReasons is called by ensureComponentIsUsable (#2162) (CP: 9.5) by @mcollovati in #2163
  • fix: replace isDisplayed() with viewport check in autoScrollIntoView() (CP: 9.6) (#2164) (CP: 9.5) by @vaadin-bot in #2166

Full Changelog: 9.5.4...9.5.5

10.1.0-beta2

06 Mar 09:24
361a8c2

Choose a tag to compare

10.1.0-beta2 Pre-release
Pre-release

What's Changed

  • fix: replace isDisplayed() with viewport check in autoScrollIntoView() by @mcollovati in #2158
  • fix: do not use getCoordinates().inViewPort() to scroll into view by @mcollovati in #2161
  • fix: ensure overridden notUsableReasons is called by ensureComponentIsUsable by @mcollovati in #2162

Full Changelog: 10.1.0-beta1...10.1.0-beta2