This page collects the current public CoverIt demos. Each video focuses on one part of the platform and is kept compressed for easy viewing on GitHub.
The main demo gives a quick view of CoverIt as a full platform, including the core screens and the path from project setup toward generated regression support.
demo_compressed.mp4
This demo shows the starting workflow: creating the project context, registering a target application, and preparing the application version that later crawl and regression work depends on.
onboarding_flow.mp4
This demo shows CoverIt running an automatic crawl session. The crawler explores the target application, discovers reachable behavior, and stores the result as states and transitions that can later become test flows.
crawler_flow.mp4
This demo shows a GitHub flow that was recorded manually. The same captured journey can be saved as a test flow or used to report a bug, depending on what the QA engineer needs.
The video itself was generated by CoverIt's documentation module. It demonstrates how CoverIt can report bugs with useful supporting artifacts instead of only creating a text-only issue.
github_create_repo.mp4
This demo shows the review stage after a flow is generated. A QA engineer can inspect the captured steps, adjust the flow, and add assertions before using it as part of a regression suite.
editor_flow.mp4
This demo shows regression run tracking in CoverIt, including scenario results, run status, and the artifacts that help a QA engineer understand what happened during execution.
regression_runs_flow.mp4
This demo shows how CoverIt fits into a CI/CD workflow. Generated regression tests can run as part of the development pipeline so regressions are reported alongside normal engineering work.