github wix/Detox 16.5.1

latest releases: 20.26.3-smoke.0, 20.26.2, 20.26.1...
4 years ago

Fixes

  • Display the exact location of test failure in user code, instead of var possibleError = new Error() (ac5339a).
  • Use .mocharc when possible (#2070)

To get rid of:

DeprecationWarning: Configuration via mocha.opts is DEPRECATED and will be removed from a future version of Mocha. Use RC files or package.json instead.

convert your mocha.opts file to .mocharc.json according to https://mochajs.org documentation and point runner-config field in package.json to that .mocharc.json file:

{
  "detox": {
    "runner-config": "e2e/.mocharc.json"
  }
}

Don't miss a new Detox release

NewReleases is sending notifications on new releases.