Getting Started
We provide a package@askui/askui-reporters
with reporters ready-to-use into your AskUI runs. Check out the repository for more details.
Installation
Install@askui/askui-reporters
as a dev-dependency:
npm install --save-dev @askui/askui-reporters
Available Reporters
Enable Multiple Reporters
You can enable multiple reporters simultaneously by passing an array of reporters in thereporter
property like this:
testEnvironment
setting has to be the SAME for all reporters in the array! The following table shows which reporters can be enabled together.
Implement Your Own Reporter
To write your own reporter you have to implement AskUI’sReporter
interface. It offers three optional methods you can overwrite to adapt to your specific reporter framework: