While using TestCafe, is it possible to get detailed tunnel logs and also specify where those logs can be generated?

While using TestCafe, is it possible to get detailed tunnel logs and also specify where those logs can be generated?

Hi Miro,

Yes both of them are possible by adding the following commands:

LT_VERBOSE= true

For the log file, if you do not set a path it is by default generated in same folder. However, you can also add the path using the LT_LOGFILE parameter.