github wix/Detox 16.7.0

latest releases: 20.20.3, 20.20.2, 20.20.1...
3 years ago

Features

  • Detox can be configured via placing external configs in your project folder (#2050, by @noomorph). You can anytime extract your "detox" section from package.json into .detoxrc.json or detox.config.json file, to reduce clutter.

  • Added ability to configure DetoxInstruments’ sampling interval by instruments plugin configuration (#2037, by @valentynberehovyi)

"detox": {
  "artifacts": {
    "plugins": {
      "instruments": {
        "enabled": true,
+       "samplingInterval": 100
        }

Fixes

  • Scaffolding a project with detox init -r mocha creates e2e/.mocharc.json instead of e2e/.mocharc, because the latter is an undocumented option. (@avanderberg, thank you for bringing this to our attention)

Don't miss a new Detox release

NewReleases is sending notifications on new releases.