yarn detox 15.3.0

latest releases: 20.22.0-smoke.0, 20.21.0, 20.20.3...
4 years ago

Features

  • feat(config): extensible artifacts json (#1923)
  • feat(artifacts): codec option for simulator video recording (#1920) …

tl;dr

Artifacts plugins have become more configurable from package.json, see a short example below:

{
  "detox": {
    "artifacts": {
      "plugins": {
        "video": {
          "android": {
            "bitRate": 4000000
          },
          "simulator": {
            "codec": "hevc"
          },
        }
      }
    }
  }
}

Don't miss a new detox release

NewReleases is sending notifications on new releases.