⚡
⚡
⚡
⚡
as-pect
Search…
⚡
as-pect
🚀
Getting Started
🔧
CLI Configuration
🏗
AssemblyScript API
🧶
Core API
🧪
TestContext
👢
Bootstrap Tests Manually
🎛
TestGroup
✔
TestResult
✍
Reporters
🩳
SummaryReporter
💬
VerboseReporter
🥽
JSONReporter
🗃
CSVReporter
Powered By
GitBook
💬
VerboseReporter
Drown yourself in verbosity.
This reporter outputs a lot of information, including:
All Test Groups and Test Names for each test
RTrace
Info (reference allocations vs deallocations)
Performance
Statistics (this will be deprecated!)
Logging Information
It can be used directly from the configuration file.
1
const
{
VerboseReporter
}
=
require
(
"@as-pect/core"
);
2
3
module
.
exports
=
{
4
reporter
:
new
VerboseReporter
(),
5
};
Copied!
It can also be used from the cli using the
--verbose
flag.
1
npx asp --verbose
Copied!
Previous
SummaryReporter
Next
JSONReporter
Last modified
2yr ago
Copy link