You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occurs in e2e/utils/openApp.ts, specifically on this line:
await device.launchApp({ newInstance: true })
I've tested this issue on the latest Detox release, and it still persists.
Steps to Reproduce
Follow the documentation as mentioned earlier.
Expected Behavior
The tests should run without encountering any issues.
Should generate verbose Detox logs, and artifacts
Environment:
Detox: latest
React Native: 0.72.4
Expo: 49.0.8
Node: 18
Device: emulator
Operating System: Ubuntu 22.04
Test Runner: jest-circus
The text was updated successfully, but these errors were encountered:
sabuhiteymurov
changed the title
Error: No instrumentation runner found on device emulator-16982 for package ‘packageName’
Unable to Execute Detox E2E Tests in Debug Mode
Aug 28, 2023
Bug Description
I followed the instructions and attempted to resolve this issue for several days. When running the debug test, I encountered the following error:
Reproduction Steps
binaryPath
tobin/expo-base.apk
.The error occurs in
e2e/utils/openApp.ts
, specifically on this line:I've tested this issue on the latest Detox release, and it still persists.
Steps to Reproduce
Expected Behavior
The tests should run without encountering any issues.
Should generate verbose Detox logs, and artifacts
Environment:
The text was updated successfully, but these errors were encountered: