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)"
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)"