How can I customize Build Name to add time stamp and date?

Can I customize and add time stamp and date?

Hi Tim,

This is to add Time stamp and Date in the Build Name. Some the users asked for adding this information in the build name to modify/customize it while running the test cases. To achieve this use case in the automation dashboard, we add flag --bi=”$(date)” in the CLI command like:

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