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.
This commit is contained in:
Andrey Lushnikov
2017-12-07 16:37:22 -08:00
committed by GitHub
parent c4083f0692
commit e6725e15af
23 changed files with 1032 additions and 101 deletions

1
.gitignore vendored
View File

@@ -10,3 +10,4 @@
package-lock.json
/node6
/node6-test
/node6-testrunner