Doksi Docs
Platform

Tests

Create, organize, and manage your test library with categories and priorities.

The Tests page is your test library. Every test you create lives here, organized by category with priority levels and status tracking.

Views

Toggle between two views using the display options in the header:

List view

Tests are grouped by category in a flat list. Each test row shows:

  • Name — the test title
  • Priority — Critical, High, Medium, or Low
  • Status — the result of the most recent run (Success, Failure, Incomplete, or no runs yet)
  • Category — color-coded category label

Kanban board

Tests are displayed as cards in columns, grouped by category. Drag and drop cards to reorganize.

Creating a test

Click Add Test in the header to open the creation menu:

  • New Test — Opens the test creation page where you describe the test in plain English and configure its target device and account
  • Upload Tests — Import tests from a JSON or CSV file

Test creation form

When creating a new test, you configure:

  1. Test description — Plain English description of the test flow
  2. Category — Assign to an existing category or create a new one
  3. Priority — Set the priority level (Critical, High, Medium, Low)
  4. Target — Select which device profile to run on
  5. Account — Choose test credentials if the flow requires login

Categories

Categories help you organize tests by feature area, team, or any grouping that makes sense for your project.

Creating a category

  1. Click Add Category in the header
  2. Enter a category name
  3. Pick a color — this color appears as a dot next to tests in that category
  4. Click Create

Managing categories

Right-click or click the options menu on a category to:

  • Edit — Change the name or color
  • Delete — Remove the category (tests in this category become uncategorized)

Test options

Click the options menu on any test to access:

  • Run — Execute the test immediately
  • Edit — Modify the test description, priority, or category
  • Delete — Remove the test permanently (confirmation required)

Running tests

Single test

Click Run from the test options menu, or open the test detail page and click Run. This opens a modal where you select:

  • Target — Device profile to run on
  • Account — Test credentials to use

Multiple tests

Select multiple tests using the checkboxes, then click Run Tests in the header. Choose a target and account, and all selected tests will be queued for execution.

On this page