Manual QA and CI evidence
in one report.
Paste screenshots from manual sessions. Pipe in your Cypress, Playwright, or JUnit results. The assembled evidence ships as one URL — read-only, no login, comments built-in.
From blank tab to shareable evidence — in three moves.
No project setup, no template wizard. Open the app and start.
Paste & log
Screenshot to clipboard, paste into the step. Every keystroke autosaves — close the tab without thinking about it.
Generate valid data
Open the test-data picker from the sidebar — IBAN, BSN, SSN, CPF, Luhn cards, names, addresses. Every value passes the real validator.
Ship one link
Hit Share. Drop the URL in Slack, Jira, or the bug report. Read-only, optional password, optional expiry — no login for viewers.
Manual runs and CI runs, in the same project.
TestRail, Zephyr, and Xray see one half. Test Dossier sees both — pass/fail results from your exploratory
sessions and from your nightly Cypress runs, side by side in one Project Insights view. No plugin in your
Cypress config, no add_run API call, no orphaned test IDs.
Project insights
One project. One report. One shareable link.
Tests match against your project's tabs by ticket ID first, then by test-name substring. Unmatched tests still appear in History — tagged "untracked," never lost.
Where Test Dossier wins.
Pick the right tool for the job. Five honest comparisons against the tools you're probably already paying for.
Prices and features verified against each tool's public site, May 2026. Spotted something off? support@testdossier.com — we'll correct it.
100% in your browser
Free is local-first. Your tests, screenshots, and runs stay in IndexedDB — no server roundtrip, no telemetry on your work.
Your screenshots never leave
Unless you click Share. Even then, links are private by default — optional password, optional expiry, you control who sees what.
No signup, no install
Open the app and start. Free is full-featured for solo work — you only sign up when you want cloud sync, sharing, AI, or a team.
What's in the box.
Built around the four moves you make every test cycle. Free covers the daily grind; Pro adds AI, sharing, and automation.
Capture
Get the test out of your head, onto the page, and out of your way.
Paste, don't upload Free
Screenshot to clipboard, paste anywhere. Auto-resized, autosaved every keystroke, never lost. Close the tab without thinking about it.
Annotate inline Free
Draw rectangles and arrows on the screenshot you just pasted, point at the broken thing, save. No round-trip through Preview, Skitch, or Figma.
AI co-tester Pro
Paste a user story → structured test steps. Drop a 5-min screen recording → AI extracts the flow. Coverage and peer reviews flag gaps. Opt-in, never required.
Validate
Real test data that passes real validators. No more "John Doe / 1234".
50+ data generators Free
Sidebar test-data picker — IBAN, BSN, SSN, CPF, Luhn-valid cards, names, addresses, phones, emails. Locale-aware for NL / US / DE / GB. Every value passes the real validator.
Saved fixtures Pro
Bundle a "QA admin user" with always-fresh values: name + email + IBAN regenerate every time you load it. Compliant test envs that never reuse personal data.
Bulk-fill any template Pro
Drop a CSV, JSON, XML, SQL, or Excel file. We map each column to the right validator and generate up to 10,000 rows of valid data. What used to take an hour takes 8 seconds.
Automate
CI runs land next to your manual ones. Sprint regressions reset themselves.
CI integration Pro
POST from Cypress, Playwright, JUnit XML, or generic JSON via per-project tokens. CI
runs land next to manual ones in History and roll up into plan status. Anything that can
curl.
Test plans, templates & cadence Pro
Group regressions into a plan with build / environment / tester roll-up. Reusable templates and daily / weekly / monthly cadence auto-instantiate a fresh plan each cycle. No more Monday-morning copy job.
Step library Pro
Reusable steps with parameter placeholders. "Log in as {{user}}" lives once, drops into every test. Update the step, every test inherits the change.
Ship
Send one URL. Stakeholders open it without an account. You see who looked.
One read-only link Pro
Drop the URL in Slack, Jira, the bug report. Optional password, optional expiry, no login for viewers. The same link covers manual evidence and CI runs.
Stakeholder comments Pro
Devs, PMs, and clients comment on the share without signing up. You moderate. No more "can you screenshot that?" back-and-forth in Slack.
Branded PDF + analytics Pro
Export with your logo, cover page, and brand colour for client-facing reports. See who opened the share, when, and from where — pages, referrers, countries.
Extras
Three utilities QA people end up tab-hopping for. We built them in.
Test inbox Pro
Throwaway addresses that deliver inside the app — for signup flows, OTP codes, magic links, password resets. Desktop notification when new mail arrives. Stop tabbing to Gmail or Mailinator.
Diff & share Pro
Paste two blobs — JSON, logs, CSVs, PDFs, images — get a side-by-side diff with word-level highlights. Save to a permalink, drop the URL in Slack.
API check Pro
Send HTTP, validate the response shape — re-runs flag drift like
expected string, got number. Schedule nightly so failures land in Hotspots, or chain calls
in a batch.
Workspaces — same workflow, shared.
Invite teammates by email. Shared projects, tabs, and history. Workspace-wide Team health view ranks contributors and surfaces stale or repeat-failing tests.
$15/seat after the first.
See team pricing →Team health
Sprint:Questions you're probably asking.
How is this different from TestRail / Zephyr / Xray?
TestRail tracks. Test Dossier does. We replace the Google Doc next to your test management tool, not the tool itself.
Tools of record store the catalog and org-wide run history. Test Dossier is for the actual doing: pasting screenshots, generating valid test data, capturing evidence, sharing it. When you're done, export to whichever tool your team uses — we support 9 formats. Most teams keep both.
Is this for solo testers, or teams?
Where is my data stored?
Are my screenshots sent to an AI?
How does the CI integration work?
curl step in your pipeline — no plugin to install in your Cypress config, no pre-created
run object, no orphaned IDs. Cypress JSON, Playwright JSON, JUnit XML, or generic JSON all work. Tests
match against project tabs by ticket ID first (e.g. JIRA-123), then by test-name substring;
unmatched tests still appear in History tagged "untracked." Per-project bearer tokens, atomic batch
insert, idempotent retries via X-CI-Run-Id.