Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.34 KB

File metadata and controls

64 lines (40 loc) · 2.34 KB

Demo Media

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.

Platform overview

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

Onboarding flow

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

Automatic crawler flow

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

GitHub bug-reporting flow

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

Flow editor and assertions

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

Regression runs

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

CI/CD flow

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.

cicd_flow.mp4