Releases: DataDog/dd-sdk-swift-testing
Releases · DataDog/dd-sdk-swift-testing
2.2.6-beta.2
Bug fixes
- Fixed an internal Thread race condition that could avoid Sanitizer messages to be reported,.
Improvements
Changes
- It uses opentelemetry-swift 1.4.1
2.2.6-beta.1
Bug fixes
- Fixed an internal Thread race condition that could avoid Sanitizer messages to be reported,.
Improvements
Changes
- It uses opentelemetry-swift 1.4.1
2.2.5
Bug fixes
- UI tests could report
ui.localization
wrong when failing to launch
Improvements
- UI tests that fail to launch now use
portrait
as default orientation, they could previously reportunknown
2.2.4
Bug fixes
- UI tests which failed to launch the application were always reported as a different test than the same test when launching the app and passing. This will only happen now for those that change language, appearance, or orientation at runtime (which will need developer setting the expected value in the test code using the setTag API)
Improvements
- Git information handling and ITR network calls are now cached between test bundles.
2.2.4-beta.2
Bug fixes
- UI tests which failed to launch the application were always reported as a different test than the same test when launching the app and passing. This will only happen now for those that change language, appearance, or orientation at runtime (which will need developer setting the expected value in the test code using the setTag API)
Improvements
- Git information handling and ITR network calls are now cached between test bundles.
Changes
2.2.4-beta.1
Bug fixes
Improvements
- Git information handling and ITR network calls are now cached between test bundles.
Changes
2.2.3
Bug fixes
- Test process could get hung when running in tvOS
- Fixes two potential thread race condition, one was fixed in the underlying opentelemetry-swift library.
- With ITR enabled, if a crash happened asynchronous after all test had run, the library could report a duplicated session with pass status.
Improvements
- Save crash information in a custom directory to avoid interactions if testing code already links PLCrashReporter