Shareable AI context for test failures
Turn any Playwright failure in Currents into a link. Open it for a readable page, or add .md and your agent fetches the whole failure context with no Currents login.
You are looking at a red CI and you want your agent to fix it, but the failure context is far too big to paste into a chat window. A link is 30 characters.
Click Share on any failure in Currents and you get a URL that both people and agents can read.
- Dashboard — Share from the Fix with AI dropdown, for a single test or a whole run
- Slack — Fix with AI on a failing test, Fix all with AI on a failing run
- For people — open the link for a readable failure page, no Currents login needed
- For agents — add
.mdand any agent fetches the raw context:curl -s https://s.crts.sh/<slug>.md - One-click handoff into Cursor, Claude Code and Copilot from the share page
- Context is frozen when you click Share, so your agent reads exactly the failure you shared
- Links expire after 24 hours
- Share the same failure twice and you get the same link back
Public by design
A share link is public: no Currents account, which is exactly what lets your agent read one with no credentials. The tradeoff is that anyone holding the URL can read the git information, failure, stack traces and console output included.
So we keep that exposure narrow. Links expire after 24 hours, slugs are 72 bits of randomness, share pages are never indexed or cached, and an expired link returns a blank 404 with nothing to probe. Nothing becomes public on its own either: no page view, no Slack notification and no finished run creates a link, only clicking Share does. The page marks failure content as data rather than instructions, and no handoff action puts your test content into a shell command.
Public sharing is on by default. Admins can turn it off for the whole organization in settings, which refuses new shares and leaves existing links working until they expire.