Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
20.38.0 source code.tar.gz | 2025-05-14 | 46.0 MB | |
20.38.0 source code.zip | 2025-05-14 | 46.9 MB | |
README.md | 2025-05-14 | 600 Bytes | |
Totals: 3 Items | 92.9 MB | 0 |
New Features
- feat: support basic REPL mode by @noomorph in https://github.com/wix/Detox/pull/4730
Adds a new mode for troubleshooting Detox tests interactively. Check out the new guide.
- feat(config): noRetryArgs option by @noomorph in https://github.com/wix/Detox/pull/4765
This is a fix for the most part for Jest's --shard
option used together with Detox's --retries
arg.
Full Changelog: https://github.com/wix/Detox/compare/20.37.0...20.38.0
[!TIP] See the new guide: Debugging with Detox REPL.