Getting Started

Create your first project

Set up the product URL and shared context Killbug uses for testing.

A project represents one product or environment you want Killbug to test. Create a separate project when the Base URL, test data, credentials, or release workflow should be managed independently.

Required setup

Configure the project with:

  • Project name: A clear name your team can recognize in lists, notifications, and run evidence.
  • Base URL: The default starting domain for test execution.
  • Project slug: An optional short identifier used in project-scoped URLs and IDs.
  • Project context: Shared background that applies to every AI-assisted run in the project.

Base URL

Use the stable URL for the environment you expect to test most often. For example, use a staging URL for release validation and a production URL only when your organization has approved production checks.

Deployment webhooks can provide an overrideBaseUrl for a single test plan run, which is useful for preview or branch deployments.

Project context

Project context should describe facts the runner cannot reliably infer from the UI:

  • The product area being tested.
  • Important workspace, tenant, or account names.
  • Known safe test data conventions.
  • Navigation hints that apply across many test cases.

Keep this context operational and concise. Put test-specific instructions in the test case itself.

On this page