'
+ preview = preview .. '
' .. '

Expected
' ..
+ '
' .. '

Actual
'
+ if love.filesystem.openFile('tempoutput/difference/' .. filename .. '-' .. fstr .. '.png', 'r') then
+ preview = preview .. '
' .. '

Difference
'
+ end
+ preview = preview .. '
'
+ end
end
end
- -- append HTML for the test class result
- local status = '🔴'
+ -- append HTML for the test class result
+ local status = ''
local cls = 'red'
- if self.passed then status = '🟢'; cls = '' end
- if self.skipped then status = '🟡'; cls = '' end
+ if self.passed then status = '