Tag Archive for 'testing'

qUnit adds an HTML Diff Report

qUnit has added a new HTML report to allow visually easily seeing the difference between expected kdb results and actual results. To generate a report you could call: .qunit.generateReport[.qunit.runTests[]; `:html/qunit.html] It’s also added a .qunit.assertKnown[actualResult; expectedFilename; msg] call to allow comparing an actual results to a file on disk. While allow easy updating of that […]