Update dependency detox to v20.43.0 #8134
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20.40.2->20.43.0Release Notes
wix/Detox (detox)
v20.43.0Compare Source
What's Changed
This version introduces React Native
0.80.xsupport! 🎉🎉🎉Additional fixes
element.takeScreenshot()- invalid filename (#4843, @noomorph)Full Changelog: wix/Detox@20.42.0...20.43.0
v20.42.0Compare Source
What's Changed
Features
New API -
device.resetAppState([...bundleIds])(#4819, @noomorph) 🙌🏻🎉Introducing a new efficient way to reset app state without full uninstall/reinstall cycles.
On Android, uses
pm clearfor fast data clearing, while iOS implements a smart backup/restore mechanism that preserves app binaries. Perfect for test isolation and faster CI pipelines.Supports resetting multiple apps at once:
await device.resetAppState('com.app1', 'com.app2')or just the current app withawait device.resetAppState(). Also integrates withdevice.launchApp({resetAppState: true})for seamless test setup.Read all about it here: https://wix.github.io/Detox/docs/api/device/#deviceresetappstatebundleids
Additional Fixes
iOS: Device creation with new
applesimutils(#4836)Fixes issue with automatic iOS device creation with newer versions of applesimutils (>0.9.10)
Sanitize dollar sign in artifact names (fix for #4798)
Android tests with
$in the test name previously had an issue with saving artifacts.Broken Jest output on early setup errors (#4804)
Early environment setup errors induced garbled logs like
m\nm\nm\n[\n[\nm\n, thanks @MadSandwich for the reproFull Changelog: wix/Detox@20.41.3...20.42.0
v20.41.3Compare Source
What's Changed
Full Changelog: wix/Detox@20.41.2...20.41.3
v20.41.2Compare Source
What's Changed
Android
Full Changelog: wix/Detox@20.41.1...20.41.2
v20.41.1Compare Source
v20.41.0Compare Source
What's Changed
Introducing official support for React Native versions
0.79.x🎉 (@gosha212 in #4800)Fixes
.entriesusage (@mikehardy in #4817)Features
Full Changelog: wix/Detox@20.40.2...20.41.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.