selenoid icon indicating copy to clipboard operation
selenoid copied to clipboard

How to mark the test result pass or fail

Open megolee opened this issue 4 years ago • 4 comments

Is there a way to mark the test result and check it in the ui?

megolee avatar Apr 03 '20 10:04 megolee

@megolee Selenoid is just a Selenium API and does not know whether your test is passing or failing. Marking tests as passed or failed is test framework responsibility.

vania-pooh avatar Apr 03 '20 11:04 vania-pooh

@vania-pooh Thanks for your reply. I know that it's the test framework responsibility to mark the tests result. Can we pass the result to Selenoid and make us easy to tell the test result in Selenoid UI.

Sometimes we need to search test in Selenoid to confirm what's the script do. Now they does'n have status, and we don't know which one is the correct.

megolee avatar Apr 15 '20 01:04 megolee

@megolee the only feature Selenoid provides is name capability. This allows to mark any browser session being executed with custom label (e.g. test case name). https://aerokube.com/selenoid/latest/#_custom_test_name_name

vania-pooh avatar Apr 15 '20 14:04 vania-pooh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Feb 03 '24 01:02 github-actions[bot]