v2.1.0
Added two new functions to the public interface:
async function runQunitWithBrowser(browser, qunitPuppeteerArgs)-- Runs the specified HTML page in thepuppeteer.Browserinstance. You might want to use this if you need to use a different puppeteer version or if you need to apply some additional logic on top of it.async function runQunitWithPage(page, qunitPuppeteerArgs)-- Runs the specified HTML page in thepuppeteer.Pageinstance. Just like the previous function, you may want to use it if you need to use a different puppeteer version.