This release adds initial integration between Detox and Detox Instruments (#1165).
If you run Detox tests with --record-performance all
, it will load or use the already loaded Profiler framework and call its APIs to record performance metrics for each test. The artifacts manager will put each test recording (.dtxrec
) into an appropriate folder inside your artifacts location.
Also, the deprecation of "specs"
property in package.json
has been revoked - it continues to serve as a default test root directory (#1290).
More details can be found in the CHANGELOG.