...
This behavior probably comes from the fact that the local device and the Test Bench device do not have the same Chrome version. Please install chrome 110 on local device https://greenspector.atlassian.net/wiki/spaces/DOCUMENTATION/pages/3121184771
...
15 - Test Runner error DELETE_FAILED_INTERNAL_ERROR
when uninstalling com.greenspector.testbench.launcher.android
Code Block |
---|
WARN[2024-09-16T11:14:05+02:00] Could not reinstall the APK correctly. Will uninstall first...
INFO[2024-09-16T11:14:05+02:00] ADB - Uninstall com.greenspector.testbench.launcher.android
ERRO[2024-09-16T11:14:06+02:00] could not uninstall apk: Error: Exit code error: 1
- Command: adb -P' '5037' '-s' '68ce37c6' 'uninstall' 'com.greenspector.testbench.launcher.android
- Stderr:
Stdout: Failure [DELETE_FAILED_INTERNAL_ERROR] |
If you have this error when launching a test with the TestRunner, please clean components installed on your device with the following command
Code Block |
---|
testrunner -c config.yml cleandevice |
Then relaunch your test