puppeteer/utils
Andrey Lushnikov e6725e15af
tests: drop jasmine test runner (#1519)
This patch introduces a tiny test runner to run puppeteer tests.
The test runner is self-container and allows parallel (wrt IO) test execution.
It will also allow us to split tests into multiple files if necessary.

Comparing to the jasmine, the testrunner supports parallel execution, properly
handles "unhandled promise rejection" event and signals.

Comparing to ava/jest, the testrunner doesn't run multiple node processes,
which makes it simpler but sufficient for our goals.
2017-12-07 16:37:22 -08:00
..
doclint tests: drop jasmine test runner (#1519) 2017-12-07 16:37:22 -08:00
node6-transform tests: drop jasmine test runner (#1519) 2017-12-07 16:37:22 -08:00
testrunner tests: drop jasmine test runner (#1519) 2017-12-07 16:37:22 -08:00
check_availability.js Remove promise jsdoc (#641) 2017-08-31 17:58:07 -07:00
ChromiumDownloader.js feat(installer): Support HTTP mirror (#1372) 2017-12-04 13:45:21 -08:00
ESTreeWalker.js Fix node6 support for Object.entries and URL object (#548) 2017-08-25 15:13:59 -07:00
fetch_devices.js Change let into const (#457) 2017-08-21 16:39:04 -07:00