You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Karma runs with a launcher provided by karma-browserstack-launcher, 2 files appear in CWD:
local.log
browserstack.err It always contains only [object Object] and therefore useless
These files can be useful, but what if I don't want to clutter my project root directory and what if other tools write to the same files. Is there a way to disable creating the files or change their location or print to stdout instead? If no, then I request this feature.
When Karma runs with a launcher provided by
karma-browserstack-launcher, 2 files appear in CWD:local.logbrowserstack.errIt always contains only[object Object]and therefore uselessThese files can be useful, but what if I don't want to clutter my project root directory and what if other tools write to the same files. Is there a way to disable creating the files or change their location or print to stdout instead? If no, then I request this feature.