How to set the build name of testCafe tests?
Hey Darran,
You need to set the environment variable with the below key:
LT_BUILD = name of the build
OR
You can pass the build capability in the config file and set the path of the config file as an environment variable as LT_CAPABILITY_PATH
I hope this was helpful