Skip to content

Releases: telekom/testerra

1.9

08 Nov 11:29

Choose a tag to compare

1.9

What's Changed

  • Old "report" module is no longer part of the distribution.
  • Refactoring/page source by @mreiche in #134
  • 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
  • Feature/property resolver by @mreiche in #136
  • Introduced CapabilityUtils by @mreiche in #142
  • [Report] Fixed copying clipboard when application runs in frames by @mreiche in #145
  • Refactoring/assertion model by @mreiche in #143
  • [Report] Bump url-parse from 1.5.1 to 1.5.3 in /report-ng/app by @dependabot in #152
  • [Report] Bump postcss from 7.0.35 to 7.0.39 in /report-ng/app by @dependabot in #154
  • [Report] Bump aurelia-path from 1.1.5 to 1.1.7 in /report-ng/app by @dependabot in #153
  • Removed undocumented sensible properties feature by @mreiche in #150
  • Refactoring/retry model by @mreiche in #146
  • Bugfix/upstream proxy auth by @mreiche in #149
  • Added MethodContext to execution even when the DataProvider crashes. … by @mreiche in #151
  • [Report] Refactoring/webpack upgrade by @mreiche in #155

Full Changelog: 1.8...1.9

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

2.0-RC-18

22 Oct 12:21

Choose a tag to compare

2.0-RC-17

21 Oct 10:36

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

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

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

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

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

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

Choose a tag to compare

2.0-RC-12 Pre-release
Pre-release
Improved WebDriver configuration API

1.7

02 Sep 13:02
0202439

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