node-qunit-puppeteer

A simple node module for running qunit tests with headless Chromium

MIT License

Downloads
16.7K
Stars
18
Committers
6
node-qunit-puppeteer - v2.1.2 Latest Release

Published by ameshkov almost 2 years ago

  • Fixed the issue with console redirector: #49
  • Updated dependencies
node-qunit-puppeteer - v2.1.1

Published by ameshkov almost 2 years ago

node-qunit-puppeteer - v2.1.0

Published by ameshkov over 3 years ago

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.
node-qunit-puppeteer - v2.0.3

Published by ameshkov about 4 years ago

The only change is adding the "qunit-plugin" keyword as this is how plugins get to the plugins page.

node-qunit-puppeteer - v2.0.2

Published by ameshkov over 4 years ago

Fixed an issue with redirecting console output and logging JS objects: #24

node-qunit-puppeteer - v2.0.1

Published by ameshkov over 4 years ago

Updated puppeteer to v2.1.0, updated dependencies

node-qunit-puppeteer - v1.1.1

Published by ameshkov over 4 years ago

node-qunit-puppeteer - v1.0.12

Published by ameshkov over 5 years ago

Add stacktrace to printFailedTests: #8

node-qunit-puppeteer - v1.0.11

Published by ameshkov over 5 years ago

  • Added possibility to pass puppeteer arguments: #4
node-qunit-puppeteer - v1.0.9

Published by ameshkov almost 6 years ago