Skip to main content

Projects

Projects are the top-level unit in DebuggAI. Each project maps to an application you want to test and monitor.

Projects List​

The Projects page shows all projects your team has created. Each card displays:

  • Name, description, and status (Active / Maintenance / Inactive)
  • Platform (Next.js, React, Django, etc.)
  • E2E test stats: total tests, pass rate, passed/failed counts
  • GitHub connection status
  • Last deployed timestamp

Creating a Project​

Click New Project and fill in the form:

FieldNotes
NameRequired, max 32 characters
DescriptionOptional, max 500 characters
StatusActive (default), Maintenance, or Inactive
PlatformSets the language automatically
TeamWhich team owns this project

Project Detail​

Each project has tabs for managing different aspects:

TabPurpose
OverviewTest summary and recent builds
GeneralEdit name, description, language, status
EnvironmentsConfigure external environment URLs and credentials
BuildsBuild/runner config and environment variables
GitHubConnect repos and deploy workflow config
Danger ZoneDelete the project

The Activity page (/activity) shows a timeline of Commits, Builds, Suites, and Runs across the project.