Skip to content

Releases: telekom/testerra

2.0-RC-17

21 Oct 10:36
Compare
Choose a tag to compare
2.0-RC-17 Pre-release
Pre-release

Full Changelog: 2.0-RC-16...2.0-RC-17

2.0-RC-16

15 Oct 15:52
Compare
Choose a tag to compare
2.0-RC-16 Pre-release
Pre-release

Full Changelog: 2.0-RC-15...2.0-RC-16

2.0-RC-15

15 Oct 13:49
Compare
Choose a tag to compare
2.0-RC-15 Pre-release
Pre-release

What's Changed

  • Added meta data support for all contexts by @mreiche in #139
  • Removed automatic locale switch based on thread-unsafe Locale.getDefa… by @mreiche in #138

Full Changelog: 2.0-RC-14...2.0-RC-15

2.0-RC-14

14 Oct 13:04
Compare
Choose a tag to compare
2.0-RC-14 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0-RC-13...2.0-RC-14

2.0-RC-13

30 Sep 07:32
Compare
Choose a tag to compare
2.0-RC-13 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0-RC-12...2.0-RC-13

1.8

30 Sep 07:08
1e74024
Compare
Choose a tag to compare
1.8

Changes

  • [Report] Added support for Xray links in report #117
  • Marked some orphaned annotations as deprecated #119
  • Removed the component RESTUtils, fixes #78 #120
  • Improved REST client for BrowserUp proxy #122
  • [Report] Interfaced AnnotationConverter report methods #125
  • Accepting insecure certs in desktop web driver requests by default, when trusted hosts configured via. CertUtils #126
  • Added Page.pageLoaded() callback #131

Fixes

  • [Report] MDC frontend update, minor improvements #116
  • [Report] Prevent flickering logs by not using virtual repeat in static logs. Fixes #123 #127
  • Also take screenshots from exclusive sessions. Fixes #129 #130

https://docs.testerra.io/testerra/1.8/index.html

2.0-RC-12

06 Sep 09:35
Compare
Choose a tag to compare
2.0-RC-12 Pre-release
Pre-release
Improved WebDriver configuration API

1.7

02 Sep 13:02
0202439
Compare
Choose a tag to compare
1.7

Changes

  • Removed INFO result status type. This was part of the legacy report and is not needed anymore. #110
  • Updated docs for usage of isDisplayed() #111
  • Renamed property tt.display.resolution to tt.window.size and default size is 1920x1080. Browser window size is now a read-only property of DesktopWebDriverRequest. If you're using Selenoid connector, you should update to Selenoid connector 1.4. #115

Fixes

  • Fixed localized bundle locale #103
  • Fixed crashed test when baseUrl could not be opened. #104
  • [Report] The dashboard filter is now part of the URL. Fixes #105 #109
  • Removed FTP proxy settings from default proxy #114

2.0-RC-11

12 Aug 10:33
Compare
Choose a tag to compare
2.0-RC-11 Pre-release
Pre-release
Fixed expectations

1.6

06 Aug 11:38
8b38e1e
Compare
Choose a tag to compare
1.6

Features

  • [Report] Added loading indicator for method details. #91

Changes

  • Disable WebDriverWatchdog by default and removed orphaned property #97
  • Improvements of Testerra documentation #99

Fixes

  • Fixed creating relative report path. #92
  • Fixes switching frames in DesktopWebDriverUtils #94
  • Fix for empty test step action entries when there is actually no screenshot id present #96
  • Capabilites of DesktopWebDriverRequest not clonable #98
  • assertIsDisabled() and assertIsNotSelected() should fail on inexistent elements. #101