wix/Detox

Introduce an RN-Flipper artifact

開放

#4,064 建立於 2023年5月18日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (1,942 個分叉)batch import
hacktoberfeststatus: acceptedtype: enhancement ⚡️user: looking for contributors

倉庫指標

星標
 (10,558 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Describe your idea

Background

Often times, when inspecting failed test runs, we turn our existing artifacts up side down, go back and forth only to find that the real errors were in fact things such as failing network requests or a thread temporarily hogging the CPU. Such things are hard to inspect, and usually bury themselves deep inside the device logs.

While we do not normally tend to reinvent the wheel, the detox-instrumentation project - which attempted to address these specific scenarios, cannot and will not be maintained in the near future. Moreover, it is iOS-only, and we don't have the resources to make it applicable for Android as well.

Enter Flipper 🐬: The visual debugger which has become the de-facto standard in the RN dev community.

Mission

Given the right test lifecycle hooks (e.g. app launch/terminate, test start/stop etc.), issue/stop the recording of Flipper. Save the recorded data as an artifact, and viola - here's a feasible tool for getting quick answers to difficult questions.

貢獻者指南