Highlights: (for full details view the full change log)
BREAKING CHANGES:
- Stopped transpiling detox and detox-server, main runs from sources now, and require node >=7.6.0 #404 @mrtnrst
- Detox CLI: Jest integration fixes #423 @Niryo , @rotemmiz
command line:
runner
option has been removed, will only be available from json config in package.json
json config:
key name change:test-runner
instead ofrunner
test-runner
should be passed with relative path from root, it will not join path with specs anymore.
Features
iOS
Android
- Replace Jackson parser with a JSONObject #351 - @DanielMSchmidt
- Better Android emulator sync - #434 @rotemmiz