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
Describe the bug
After switch from allurejunitrunner to kaspressorunner tests runs stop handling crashes. Before switch runner+orchestrator work well if any app crashed. Now after crash they doesnt continue run other tests just stop command.
To Reproduce
Steps to reproduce the behavior:
Make tests where 1) target app crashes 2) tests app crashes
Run tests with shell command
CLASSPATH=$(pm path androidx.test.services) app_process / androidx.test.services.shellexecutor.ShellMain am instrument -r -w -e targetInstrumentation {target_package}/com.kaspersky.kaspresso.runner.KaspressoRunner -e debug false -e class '{test_to_run}' androidx.test.orchestrator/androidx.test.orchestrator.AndroidTestOrchestrator
Expected behavior
After crashes run other tests
Smartphone (please complete the following information):
Device: samsung
OS: API31-32
Message in log for crashes
INSTRUMENTATION_STATUS_CODE: 1
INSTRUMENTATION_RESULT: shortMsg=Process crashed.
INSTRUMENTATION_CODE: 0
After this message shoud be run another tests, but it doens happen
The text was updated successfully, but these errors were encountered:
Describe the bug
After switch from allurejunitrunner to kaspressorunner tests runs stop handling crashes. Before switch runner+orchestrator work well if any app crashed. Now after crash they doesnt continue run other tests just stop command.
To Reproduce
Steps to reproduce the behavior:
Make tests where 1) target app crashes 2) tests app crashes
Run tests with shell command
CLASSPATH=$(pm path androidx.test.services) app_process / androidx.test.services.shellexecutor.ShellMain am instrument -r -w -e targetInstrumentation {target_package}/com.kaspersky.kaspresso.runner.KaspressoRunner -e debug false -e class '{test_to_run}' androidx.test.orchestrator/androidx.test.orchestrator.AndroidTestOrchestrator
Expected behavior
After crashes run other tests
Smartphone (please complete the following information):
Message in log for crashes
INSTRUMENTATION_STATUS_CODE: 1
INSTRUMENTATION_RESULT: shortMsg=Process crashed.
INSTRUMENTATION_CODE: 0
After this message shoud be run another tests, but it doens happen
The text was updated successfully, but these errors were encountered: