rebajz
rebajz

@baev Is this planned to be fixed? Thanks for reply
I try with codeceptJs 3.3.3 in codecept.conf.js i have: helpers: { TestCafe: { url: '', show: true, windowSize: '1920x1080', browser: 'chrome', restart: false, myOwnParam: 'test text in config file', myNextOwnParam:...
thanks, \\ before " working :-)
yes, i know, i was use this reporter before then beatiful reporter. Your is better ;-) , in protractor-html-reporter-2 is big problem - it is not updated (last cca. one...
@miller45 i try use gatherBrowserLogs: false, but still have empty logs :-( in my config i have: capabilities: { 'browserName': 'chrome', 'loggingPrefs': { 'driver': 'INFO', 'browser': 'INFO', 'performance': 'ALL' },...
add to mail PDF version ;-) let exec = require('child_process'); let locateChrome = require('locate-chrome'); let q = require('q'); let reportFolder = ''; let reportName=''; return q.fcall(() => { locateChrome((where) =>...