Detox v21 Breaking Changes #3406
d4vidi
announced in
Announcements
Replies: 1 comment
-
@noomorph I think it's time to paste the leftovers from v20 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TODO: Consider switching context of all of this to Detox v22.
detox/runners/jest-circus/
rather thandetox/runners/jest/
(see build: move jest-circus/ facade to jest/ #3400)getCurrentUrl
,runScript()
,getTitle()
. They are currently associated with screenelement
s, and should probably resides at the top (i.e.device
) level.by.label()
andby.accessibilityLabel
are redundant. The latter should be deprecated and removed.Beta Was this translation helpful? Give feedback.
All reactions