Releases: telekom/testerra
Releases · telekom/testerra
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
2.0-RC-18
2.0-RC-17
Full Changelog: 2.0-RC-16...2.0-RC-17
2.0-RC-16
Full Changelog: 2.0-RC-15...2.0-RC-16
2.0-RC-15
2.0-RC-14
2.0-RC-13
What's Changed
- Extension/mdc update by @mreiche in #116
- Extension/annotation export by @mreiche in #117
- Marked some orphaned annotations as deprecated by @mreiche in #119
- Removed the component RESTUtils, fixes #78 by @martingrossmann in #120
- Improved REST client for BrowserUp proxy by @martingrossmann in #122
- Interfaced AnnotationConverter report methods by @mreiche in #125
- Accepting insecure certs in desktop web driver requests by default, w… by @mreiche in #126
- Prevent flickering logs by not using virtual repeat in static logs. F… by @mreiche in #127
- Also take screenshots from exclusive sessions. Fixes #129 by @mreiche in #130
- Added Page.pageLoaded() callback by @mreiche in #131
Full Changelog: 2.0-RC-12...2.0-RC-13
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
2.0-RC-12
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.resolutiontott.window.sizeand default size is1920x1080. Browser window size is now a read-only property ofDesktopWebDriverRequest. If you're using Selenoid connector, you should update to Selenoid connector 1.4. #115