How to append current time in build name with Java-Selenide?

How can I append current time in build name with Java-Selenide?

Hello Russell,

For changing the Test Name, you can use our hooks below:

((JavascriptExecutor) driver).executeScript("lambda-name=TestName");