Logs test results in to an HTML DOM. Use as follows:
const logger = new HtmlTestLogger();document.body.append(logger.getElement());const ut = new UnitTester(..., logger); Copy
const logger = new HtmlTestLogger();document.body.append(logger.getElement());const ut = new UnitTester(..., logger);
Log output will end up in the element provided by the logger.
Optional
Logs test results in to an HTML DOM. Use as follows:
Log output will end up in the element provided by the logger.