Skip to main content

Visual Testing

DAG Validation​

ash proai dag test my-dag --mode validate

Validates:

  • Node connectivity
  • Schema compatibility
  • Resource requirements
  • Permission checks

Dry Run​

ash proai dag test my-dag --mode dry-run

Simulates execution without writing data.

Visual Debugger​

The Designer provides a visual debugger that highlights:

  • Active execution nodes
  • Data flow between nodes
  • Error locations
  • Performance bottlenecks

See Also​