aaronpliu
aaronpliu
### Description The app build with RN bundle. When launch app or reload, the iPhone simulator will be locked. From below log, it run to "Launching com.jumptech.autodev..." then stuck due...
In cucumber.js, it looks for feature file from /features and step definitions. Now I configured "paths" in cucumber.js with test/features/**/*feature. If provided a particular feature file in CLI, it will...
### What happened? In a normal test scenario, when an unexpected popup appear or element not found, the detox will loop to print "The app seems to be idle" instead...
I observed solara server running is so slow and it needs to request CDN. However, I'd like to run Solara server without internet access. As per instruction, installed "solara[assets]". Why...
#### Summary I installed Microk8s latest version on MacOS M2. it was working fine after installation, but weird behavior appeared after it running for a couple of days that whatever...
### Describe your idea Why "delete" property is not working in app launch? I don't want to uninstall app and re-install it. Just terminate and reuse it. When I use...
### Describe your idea I would like to output a table with console.table in console. However, Detox's INFO ("i") will occupy the line and cannot add a new line even...
### Describe your idea Most of time, I just want to check tested artifact's log without Detox's one and others. Is it possible to generate a new log file which...
### Bug description for React Native project, output sourcemaps and bundle with index.android.bundle and index.android.bundle.map. Follow https://docs.datadoghq.com/real_user_monitoring/guide/upload-javascript-source-maps/?tab=webpackjs, I rename index.android.bundle to android.js and index.android.bundle.map to android.map, then using datadog ci...
### Bug description Encountered "Debug ID not found in sourcemap" when run "datadog-ci react-native upload". the "@datadog/mobile-react-native" version is v2.8.0. Is there any mismatch version between datadog-ci and SDK? ###...