自動化測試
Last updated
Last updated
使用 Dexon
https://github.com/wix/Detox/tree/master/docs
搭配 Jest
之後會出現四個檔案
detoxrc.json
e2e/config.json
e2e/enviroment.js
firstTest.e2e.js
於 Android 目錄下輸入 ./gradlew assembleDebug
然後去修改 .detoxrc.json 中的 binarypath 與 avdName 類似如下
但目前 React Native 0.63 還是無法執行,會有 timeout 情況 https://stackoverflow.com/questions/61050417/detoxruntimeerror-failed-to-run-application-on-the-device-android
https://github.com/wix/Detox/blob/master/docs/Introduction.AndroidDevEnv.md