I'm developing a Java application where I'd like to find out how long a test will run for, and if possible, the end date of the scenario that is currently being executed.
Is there any way to get this information, through the JavaScript API or the Runtime API? I was not able to find this in the documentation.