GlaceJS
stdout reporter.
- Source:
Methods
-
done()
-
Called on report finalizing.
- Source:
-
end()
-
Called before tests end.
- Source:
-
fail(chunk)
-
Called on chunk or hook failed.
Parameters:
Name Type Description chunk
object MochaJS
test.- Source:
-
pass(chunk)
-
Called on chunk passed.
Parameters:
Name Type Description chunk
object MochaJS
test.- Source:
-
scope(scope)
-
Called on scope start.
Parameters:
Name Type Description scope
object MochaJS
suite.- Source:
-
scopeEnd()
-
Called before scope end.
- Source:
-
skip(chunk)
-
Called on chunk skipped.
Parameters:
Name Type Description chunk
object MochaJS
test.- Source:
-
start()
-
Called before tests start.
- Source:
-
suite(suite)
-
Called on suite start.
Parameters:
Name Type Description suite
object MochaJS
suite.- Source:
-
suiteEnd()
-
Called before suite end.
- Source:
-
test(test)
-
Called on test start.
Parameters:
Name Type Description test
object MochaJS
suite.- Source:
-
testEnd()
-
Called on test end.
- Source: