Installation
-
Sign in to Flakiness.io
Sign in -
Create an Organization
Organizations are groups of users with shared permissions that contain your projects. Think of them as your company, team, or personal workspace where you manage access control and billing.
Start with creating a new organization for your team or personal use:
Create Organization -
Create a Project
Projects are containers for your test data, associated with a specific code repository. Each project stores test results, analytics, and history for one repository.
Within your organization, create a project linked to your GitHub repository. You’ll need to grant access via the Flakiness.io GitHub App, which provides secure, scoped access to your repositories.
-
Configure Your Testing Framework
Set up your testing framework to send reports to Flakiness.io:
-
Install Flakiness CLI Tool
Flakiness CLI handles viewing, downloading & uploading Flakiness Reports. It can be installed on any system:
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 @flakiness/sdk@latestLearn more about the Flakiness CLI Tool.