While running the test cases using zalenium and browserstack, the test results are shouwn in zalenium dashboard as completed, but not passed, failed.
Steps
- I have added support to set test results based on zalenium documentation
Zalenium add cookie to pass/faile the test result
- Added the support to set cookies to browserstack browser
Add cookies to browserstack driver
- 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?
This is expected, the pass/fail status has only been implemented for tests running in containers started by Zalenium.