d4vidi
d4vidi
## Description This is the actual work, associated with #2840 - following the successful PoC. It can largely be divided into the following subtasks: - [x] Refactor the JS-side `Device`...
Improve usability of Detox' CLI by offering an autocompletion script. One good example is the autocompletion of configs names.
## Description A follow-up on #1192. This is still being discussed internally, so for now I'll use the current description, but everything's subject to change, etc. The fundamental truth that...
### Describe your idea Following an internal thread, there is a use case where the native selection state might be of interest. On xcode, that semantically shows under the `Traits`...
### Describe your idea Simply put, I think we've had enough of seeing this in every PR: 
## Description [Artifacts document](https://github.com/wix/Detox/blob/master/docs/APIRef.Artifacts.md) states "to be done" over most plugins. With Detox being very advanced as a product, we cannot afford these documentation gaps. Related to #2993.
- Create a secondary app (maybe a subset of the test app, possibly an app flavour) - Test case: - Launch main test app - `device.selectApp('app2')` - Verify app2 is...