Releases: telekom/testerra
Releases · telekom/testerra
2.2
What's Changed
- Report improvements, see #275 for more details, by @martingrossmann in #275
- Dependabot alerts 20221005 by @Zsar in #279
- Exclude classes or packages from source code snippets of error details by @martingrossmann in #276
- Remove source grabber by @martingrossmann in #282
- Fixed setting caps for a DesktopWebDriverRequest by @martingrossmann in #284
- Fix test status at data provider tests by @martingrossmann in #283
Full Changelog: 2.1...2.2
2.1
What's Changed
Breaking changes
- Updated to JDK11 by @martingrossmann in #250
- Remove dedicated StringUtils class by @martingrossmann in #249
- Feature/remove surefire connector by @martingrossmann in #273
Features/Fixes
- Fixes issue #217 - set logs class in log-view in step logs by @sbke-mms in #244
- show message for failed validation in expected fails by @sbke-mms in #246
- Added usage of
getActualmethod for UiElements by @martingrossmann in #248 - Changed order of module initialization by @martingrossmann in #251
- Feature/show all failure aspects of assert collection by @sbke-mms in #252
- Fix/format code error details by @sbke-mms in #255
- Bump terser from 5.9.0 to 5.14.2 in /report-ng/app by @dependabot in #258
- Bump moment from 2.29.2 to 2.29.4 in /report-ng/app by @dependabot in #260
- Fix/link exclusive sessions to methodcontext by @martingrossmann in #257
- Update handling of default package by @martingrossmann in #253
- Fixed test status of optional in dataprovider test by @martingrossmann in #256
- Improved manual by @martingrossmann in #259
- Feature/embedded css fonts by @martingrossmann in #261
- Feature/update testng by @martingrossmann in #264
- Fix/report session video size by @martingrossmann in #270
- Added collected checks for UiElements in pages by @martingrossmann in #269
- Feature/doc update by @martingrossmann in #267
Full Changelog: 2.0...2.1
2.0
This is the final 2.0 release of Testerra!
What's Changed
- Feature/string assertion extension by @martingrossmann in #232
- Fixed hasWords assertion of strings by @martingrossmann in #234
- Removed outdated caps handling by @martingrossmann in #235
- Bump protobufjs from 6.11.2 to 6.11.3 in /report-ng/app by @dependabot in #236
- Non-passed configuration methods also needs a finalization. by @martingrossmann in #237
- Feature/docs-report-ng by @Rene-Stoeckel in #223
- Updated Testerra manual by @martingrossmann in #238
- fix to display innerhtml in Priority messages of the method view by @sbke-mms in #239
- Layoutcheck: Reference image achive supports subfolder by @martingrossmann in #231
- Fix/junit report by @martingrossmann in #243
- ReportNG doc update of Testerra 2 by @martingrossmann in #241
New Contributors
- @Rene-Stoeckel made their first contribution in #223
- @sbke-mms made their first contribution in #239
Full Changelog: 2.0-RC-21...2.0
1.13
What's Changed
- Bump follow-redirects from 1.14.5 to 1.14.8 in /report-ng/app by @dependabot in #211
- Fixed handling if dataprovider method failed by @martingrossmann in #216
- Dependabot alerts: npm audit fix by @Zsar in #220
- New status test by @martingrossmann in #213
- Bump moment from 2.29.1 to 2.29.2 in /report-ng/app by @dependabot in #224
- Feature/annotatet field count by @gogro in #219
- Bump aurelia-framework from 1.3.1 to 1.4.1 in /report-ng/app by @dependabot in #225
- Bump async from 2.6.3 to 2.6.4 in /report-ng/app by @dependabot in #230
- Bump protobufjs from 6.11.2 to 6.11.3 in /report-ng/app by @dependabot in #236
- Feature/docs-report-ng by @Rene-Stoeckel in #223
- Updated Testerra manual by @martingrossmann in #238
- Updated JUnit XML generator @martingrossmann in #243 (migrated to TT1)
New Contributors
- @Zsar made their first contribution in #220
- @Rene-Stoeckel made their first contribution in #223
Full Changelog: 1.12...1.13
2.0-RC-21
What's Changed
- Bump moment from 2.29.1 to 2.29.2 in /report-ng/app by @dependabot in #224
- Feature/annotated field count by @gogro in #219
- Fix/link session context by @martingrossmann in #226
- Removed check for injected methods at setup methods. by @martingrossmann in #227
- Feature/custom browser size to DesktopWebDriverRequest by @martingrossmann in #229
- Bump aurelia-framework from 1.3.1 to 1.4.1 in /report-ng/app by @dependabot in #225
Full Changelog: 2.0-RC-20...2.0-RC-21
2.0-RC-20
What's Changed
- Bump follow-redirects from 1.14.5 to 1.14.8 in /report-ng/app by @dependabot in #211
- Fixed handling if dataprovider method failed by @martingrossmann in #216
- Fixed NPE in loop detection of DefaultPageFactory by @martingrossmann in #218
- Dependabot alerts: npm audit fix by @Zsar in #220
- New status test by @martingrossmann in #213
New Contributors
Full Changelog: 2.0-RC-19...2.0-RC-20
2.0-RC-19
1.12
What's Changed
- Extension/general api improvements by @mreiche in #188
- Added support for browser capability platform and platformName. Fixes #191 by @mreiche in #192
- Removed WebDriverMode by @mreiche in #193
- Fixed documentation about RGB deviation #195 by @mreiche in #196
- Added Extension/report info 2 by @mreiche in #197
- Added documentation for logging by @mreiche in #198
- Fixed setting platform attribute to DesktopWebDriverRequest by @martingrossmann in #200
- Added event for clearing PageFactory loop detection buffer after method end by @martingrossmann in #202
- Fixed failure aspects switch by @martingrossmann in #204
- Added NPE check to PageFactory loop detection by @martingrossmann in #206
Full Changelog: 1.11...1.12
1.11
What's Changed
- Added imprint and privacy policy to footer of Testerra docs by @martingrossmann in #181
- Changed JUnit XML result generator by @martingrossmann in #182
- Upgraded log4j and disabled message lookups in config xml. by @mreiche in #184
- Updated log4j to 2.16.0 by @martingrossmann in #185
- Updated listener part of Testerra docs. by @martingrossmann in #178
- Improved ProxyUtils documentation by @martingrossmann in #183
Full Changelog: 1.10...1.11
1.10
What's Changed
- Feature/third party notice by @martingrossmann in #156
- Fixed updating Skipped status by @mreiche in #162
- Combined duplicate code for getting the viewport by @mreiche in #160
- Refactore/session context by @mreiche in #163
- Improved crashed data provider handling by @mreiche in #164
- Bugfix/status mapping npe by @mreiche in #168
- Bugfix/test class context mapping by @mreiche in #169
- Refactoring/expected fails retry by @mreiche in #167
- Bugfix/reset test suite by @mreiche in #170
- Refactoring/test organisation by @mreiche in #172
- Added Optional getters for thread locals #173 by @mreiche in #174
Full Changelog: 1.9...1.10