Appearance
Run a launch (manual)
A launch is a test execution run. The simplest one is manual: you pick test cases and check them off as you go.
Steps
- Go to Test cases, select the cases you want to run.
- Click Run in the bulk-actions bar at the bottom.
- The Run dialog opens with a
Launchtab. Pick a folder (optional) and a name (defaults to today's date + project key). - Click Start launch.
- You're redirected to the launch detail page. Click any test case to mark it pass / fail / skip in the right pane.
- When you're done, click Close launch at the top. The launch is now read-only and contributes to your dashboards.
What happens behind the scenes
When you start a manual launch, Sulu creates a TestResult per selected case in PENDING status. Marking a result triggers a backend update that recomputes per-status counts and broadcasts the change over WebSocket — anyone watching the page sees it within ~100 ms.
Bulk triage
The launch tree's bulk-actions bar lets you mark many results at once: select rows, click Pass (or Fail / Skip). Useful for "everything in this folder passed" sweeps.