Skip to main content

Functional Tests

The Functional Tests page is where you manage and run your test suites for a project.

Layout

The page uses a two-panel layout:

  • Left sidebar — suite list with test counts. Includes an "Uncategorized" suite for ungrouped tests and a + button to create new suites.
  • Right panel — drill-down views: Suite Overview → Test Detail → Run Detail.

Suites

Tests are organized into suites. From the left sidebar you can:

  • Select a suite to view its tests and recent runs
  • Create a new suite with the + button
  • Run all tests in a suite via Run Suite

Use Run All Tests to execute every test across all suites.

Test Actions

On any test you can:

  • Edit — update the test description or configuration
  • Disable — stop a test from running without deleting it
  • View Live Run — opens real-time run output in a new tab

Run Detail

Selecting a completed run shows:

  • Run status
  • Browser console logs
  • Network requests
  • Screenshots captured during execution
  • Stack trace on failure