Releases: telekom/testerra
Releases · telekom/testerra
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.resolution
tott.window.size
and 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
Fixes
2.0-RC-11
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()
andassertIsNotSelected()
should fail on inexistent elements. #101