Start evidence session
start_evidence_sessionStart a Chromium browser with video and trace recording for feature verification. Creates a timestamped evidence folder and returns a session ID.
Instructions
Launches a Chromium browser context with video and trace recording enabled, and creates an evidence directory under .evidence/<featureName>/<timestamp>/ in the current project. Returns a sessionId to pass to the other tools. Call finish_evidence_session when done to finalize the recording.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | Base URL of the app under test; relative navigate() URLs resolve against this | |
| featureName | Yes | Short name for the feature being verified, used in the evidence path |