You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require that earl has some level of integration with a test runner. Such integration can provide:
hooks before/after test case
provides a name for a test case
Test runner agnostism
Even though earl should be runner agnostic we optimize for mocha and this should be the first properly supported test runner.
Integration should be as simple as adding earljs/runners/mocha to require option of mocha.
Implementation plan
Good MVP is support for jest's expect.assertions(number). To support this we need post test case hooks. Integration should work with mocha parallel mode.
Description
Some advanced features like:
require that earl has some level of integration with a test runner. Such integration can provide:
Test runner agnostism
Even though earl should be runner agnostic we optimize for mocha and this should be the first properly supported test runner.
Integration should be as simple as adding
earljs/runners/mocha
torequire
option of mocha.Implementation plan
Good MVP is support for jest's
expect.assertions(number)
. To support this we need post test case hooks. Integration should work with mocha parallel mode.Old outdated issue: #14
The text was updated successfully, but these errors were encountered: