Zalenium test results are shown as "completed" while running on Browserstack

203 Views Asked by At

While running the test cases using zalenium and browserstack, the test results are shouwn in zalenium dashboard as completed, but not passed, failed.

Steps

  1. I have added support to set test results based on zalenium documentation

Zalenium add cookie to pass/faile the test result

  1. Added the support to set cookies to browserstack browser

Add cookies to browserstack driver

  1. Added support to set test result in browserstack using it's API

Results:

Stil the test results of browserstack are shown as "completed"

Test Results in Zalenium dashboard

Note:

Please note, that the local runs set the test result correct as failed/passed

QUESTION:

Is there any way to set test result from browserstack to Zalenium local dashboard?

1

There are 1 best solutions below

0
On

This is expected, the pass/fail status has only been implemented for tests running in containers started by Zalenium.