Running Tests
From the Tests View (Sidebar)
| Action | How |
|---|---|
| Run a single test | Click the ▶ icon on a test file, or right-click → Run Test |
| Run a folder | Click the ▶ icon on a folder to run all tests inside it |
| Run all tests | Click the ▶ icon on the tests root |
| Run a CSV file | Click the ▶ icon on a .csv file in the Tests view |
| Pick any CSV | Use Run tests from CSV at the bottom of the Tests view |
While a run is active, a Tests Running... item appears in the view — click it to open the Run Logs panel.
From the Editor (CodeLens)
Open any test file under .devassure/tests/:
- YAML file →
Run Test (DevAssure Agent)appears at the top of the file - CSV file →
Run Test Rows (DevAssure Agent)appears at the top of the file
Click the CodeLens link to run that file using the current saved filter.
Run Logs Panel
The Run Logs panel streams live execution output for the active run. Open it by:
- Clicking Tests Running... in the Tests view, or
- Opening the bottom panel → DevAssure tab → Run Logs