stocky-dream-36427
05/14/2021, 2:51 AMDEBUG=cypress:* yarn cypress run > logs.txt
purple-afternoon-2408
05/14/2021, 2:51 AMcy.task('coverageReport', null, {
timeout: dayjs.duration(3, 'minutes').asMilliseconds(), // I thought that this is the issue here
log: false
}).then((coverageReportFolder) => {
logInstance.set('consoleProps', () => ({
'coverage report folder': coverageReportFolder
}))
logInstance.end()
return coverageReportFolder
})
stocky-dream-36427
05/14/2021, 2:52 AMpurple-afternoon-2408
05/14/2021, 2:52 AMcypress:server:task run task coverageReport with arg null +105ms
cypress:server:plugins plugin event registered? { event: 'task', isRegistered: true } +4s
cypress:server:plugins execute plugin event 'task' Node 'v14.15.1' with args: 'coverageReport' null undefined +1ms
stocky-dream-36427
05/14/2021, 2:52 AMstocky-dream-36427
05/14/2021, 2:52 AMstocky-dream-36427
05/14/2021, 2:52 AMpurple-afternoon-2408
05/14/2021, 2:53 AMnull
which apparently is from http://localhost:4200/__coverage__stocky-dream-36427
05/14/2021, 2:53 AMpurple-afternoon-2408
05/14/2021, 2:54 AMnull
for a certain period (which is actually null
)purple-afternoon-2408
05/14/2021, 2:54 AMstocky-dream-36427
05/14/2021, 2:54 AMstocky-dream-36427
05/14/2021, 2:54 AMstocky-dream-36427
05/14/2021, 2:54 AMpurple-afternoon-2408
05/14/2021, 2:55 AMstocky-dream-36427
05/14/2021, 2:55 AMstocky-dream-36427
05/14/2021, 2:55 AMstocky-dream-36427
05/14/2021, 2:56 AMpurple-afternoon-2408
05/14/2021, 2:56 AMstocky-dream-36427
05/14/2021, 2:56 AMpurple-afternoon-2408
05/14/2021, 2:57 AMwindow.__coverage__
, i'd see the coverage datastocky-dream-36427
05/14/2021, 2:57 AMpurple-afternoon-2408
05/14/2021, 2:57 AMstocky-dream-36427
05/14/2021, 2:57 AMstocky-dream-36427
05/14/2021, 2:57 AMpurple-afternoon-2408
05/14/2021, 2:57 AMhttps://localhost:4200/__coverage__
is { coverage: null }
stocky-dream-36427
05/14/2021, 2:57 AMstocky-dream-36427
05/14/2021, 2:58 AMpurple-afternoon-2408
05/14/2021, 2:58 AMstocky-dream-36427
05/14/2021, 2:59 AM