Get a dashboard.furiosa.dev/tc-viewer URL for two commits
get_tc_viewer_urlGet a direct tc-viewer URL for comparing a base and current commit, given a single context, exact test name, and both short SHAs.
Instructions
Build a tc-viewer compare link for a base vs current commit. Unlike the other two compare viewers, tc-viewer takes a single (not comma-paired) context/test and separate sha/baseSha params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | Exact test name | |
| baseSha | Yes | Base commit short-sha | |
| context | Yes | Context value, e.g. 'test-snapshot-8pe-8chip' | |
| currentSha | Yes | Current commit short-sha |