github wix/Detox 18.19.0

latest releases: 20.22.2, 20.22.1, 20.22.0...
2 years ago

This release brings a few improvements to Detox configuration.

Features

The extends clause behavior has been documented for relative module paths and aligned to a commonly expected require(...) behavior:

{
  "extends": "../someDir/someBaseDetoxConfig"
}

When added to a Detox config, it makes detox test command omit permanent --workers 1 CLI arg passed to Jest by default. This way, you can control your default workers count value programmatically in your Jest config via maxWorkers: <count> option. Thanks to @cdavie-weconnect for the initial idea.

Don't miss a new Detox release

NewReleases is sending notifications on new releases.