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
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
It's useful to support custom plugin at saving/loading test result, if it's
need saving the result in customer format. (like, saving result to
reporting in IPA).
Like:
save_test_result(TestCase, status, message)
load_test_result(TestCase)
Parameter:
1. TestCase -- is data model in robot.
2. status -- PASS/FAIL
3. message -- error message
Original issue reported on code.google.com by Deo...@gmail.com on 24 Sep 2009 at 2:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Deo...@gmail.com
on 24 Sep 2009 at 2:53The text was updated successfully, but these errors were encountered: