Skip to content

v2.1.0

Choose a tag to compare

@ameshkov ameshkov released this 29 May 17:33
· 21 commits to master since this release

Added two new functions to the public interface:

  • async function runQunitWithBrowser(browser, qunitPuppeteerArgs) -- Runs the specified HTML page in the puppeteer.Browser instance. 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 the puppeteer.Page instance. Just like the previous function, you may want to use it if you need to use a different puppeteer version.