How to add date and time stamp in Cypress build?

How to add date and time stamp in Cypress build?

Hi Yanisleidi!

To add date and time stamp in Cypress build, you can add the flag --bi=”$(date)” in the CLI command as shown below -

lambdatest-cypress run --bi="$(date)"