Installation
-
Install a reporter for your testing framework
See Test Runners for all supported frameworks and Custom Integrations for building your own.
-
Install the Flakiness CLI
Terminal window curl -LsSf https://cli.flakiness.io/install.sh | shTerminal window pwsh -c "irm https://cli.flakiness.io/install.ps1 | iex"Terminal window npm i -g flakiness -
Run your tests and view the report
Run your tests as usual — the reporter generates a Flakiness JSON report automatically. Then open it in the Report Viewer:
Terminal window flakiness show