I'm wondering if there is any API in Serenity that returns the status of an executed test case, so I can retrieve it and send it to a test case manager.
I know how to send the result of test execution to the test case manager but I do not know how to get the test result from Serenity RestAssure API after executing the test, Is there any way to do it?