How to append current date in build using WDIO?

How to append current date in build using wdio?

Hi Emma,

You can append current date in build using WDIO by using the following in your build capability:

build: Test - ${new Date().toLocaleString()},