jsApiReporter
Class: jsApiReporter
jsApiReporter
Reporter added by default in boot.js
to record results for retrieval in javascript code.
Constructor
new jsApiReporter()
Note: Do not construct this directly, use the global jsApiReporter
to retrieve the instantiated object.
Methods
executionTime() → {Number}
Get the number of milliseconds it took for the full Jasmine suite to run.
Returns:
- Type
- Number