Failed to start an Appium session, error was: Error: Bad app: /Path/to/your/application.app
Failed to start an Appium session, error was: Error: Bad app: /Path/to/your/application.app
Failed to start an Appium session, error was: Error: Bad app: /Path/to/your/application.appPhase
Description
User has defined the app
desired capability, which points to his local file system. This will not work on BitBar Testing Appium tests.
Resolution
Remove or comment out the app
desired capability from test script.
Not executed
Not executed
Not executedDescription
Run was manually cancelled by an user/admin.
Resolution
Timeout for running tests exceeded
Timeout for running tests exceeded
Timeout for running tests exceededPhase
Description
This might be a popup or another application preventing test execution.
Resolution
Take a look at the logs for details.
Testrun failed to complete. Expected 14 tests received 0
Testrun failed to complete. Expected 14 tests received 0
Testrun failed to complete. Expected 14 tests received 0Description
Test run execution was started for 14 tests, but there’s no results for all or some of the tests. This is typically, because application crashed before all the tests were executed.
Instrumentation run failed due to ‘process crashed’
Instrumentation run failed due to ‘process crashed’
Instrumentation run failed due to ‘process crashed’Description
Typically device or instrumentation related problem. Process crashed because of some unknown reason. The best way to find this reason is to check the device logcat and find the moment when it happens.
Instrumentation run failed due to android.content.ActivityNotFoundException
Instrumentation run failed due to android.content.ActivityNotFoundException
Instrumentation run failed due to android.content.ActivityNotFoundExceptionDescription
An activity expected by the test script was not found.
Resolution
Take a look at the logs and look for which activity was not found.
Timeout for running tests exceeded
Timeout for running tests exceeded
Timeout for running tests exceededDescription
Test execution took too long and the run was killed by BitBar Testing.
Instrumentation timed out after 600 seconds
Instrumentation timed out after 600 seconds
Instrumentation timed out after 600 secondsPhase
Instrumentation run failed due to java.lang.NullPointerException
Instrumentation run failed due to java.lang.NullPointerException
Instrumentation run failed due to java.lang.NullPointerExceptionDescription
This usually means some variable or object in the test was unexpectedly null.
Resolution
Inspect the stacktrace, find the error and fix it.
Instrumentation run failed due to java.lang.ClassNotFoundException
Instrumentation run failed due to java.lang.ClassNotFoundException
Instrumentation run failed due to java.lang.ClassNotFoundExceptionDescription
Resolution
Rebuild your application and retry.
Not executed
Not executed
Not executedDescription
Run was manually cancelled by an user/admin.
Excluded
Excluded
ExcludedDescription
Device run was not executed because of API level requirements or ‘first available device only’ scheduling mode was selected during creating the test run. In this case test run is executed on the first available device, others are excluded.
Timeout for running tests exceeded
Timeout for running tests exceeded
Timeout for running tests exceededDescription
This might be a popup or another application preventing test execution.
Resolution
Take a look at the logs for details.
Server build has failed INSTALL_FAILED_INSUFFICIENT_STORAGE
Server build has failed INSTALL_FAILED_INSUFFICIENT_STORAGE
Server build has failed INSTALL_FAILED_INSUFFICIENT_STORAGEPhase
Description
No space for app install in device storage.
Resolution
Server build has failed [Failure [INSTALL_FAILED_ALREADY_EXISTS]]
Server build has failed [Failure [INSTALL_FAILED_ALREADY_EXISTS]]
Server build has failed [Failure [INSTALL_FAILED_ALREADY_EXISTS]]Phase
Description
For some reason the app already exists on device and reinstallation fails.
Resolution
Server build has failed [Failure [INSTALL_FAILED_UID_CHANGED]]
Server build has failed [Failure [INSTALL_FAILED_UID_CHANGED]]
Server build has failed [Failure [INSTALL_FAILED_UID_CHANGED]]Phase
Description
Android Error. According to Stackoverflow /data/data/ has some trash files and the installation fails.
Resolution
Unable to find instrumentation info for: ComponentInfo(com.example.android.apis.test/android.test.Instrumentation.Testrunner)
Unable to find instrumentation info for: ComponentInfo(com.example.android.apis.test/android.test.Instrumentation.Testrunner)
Unable to find instrumentation info for: ComponentInfo(com.example.android.apis.test/android.test.Instrumentation.Testrunner)Phase
Description
Testrunner did not find tests file.