Feature deep-dive

Everything Testver does, in detail

Each section below covers a single feature in depth — what it is, why it exists, and what you can do with it.

framework conversion

Any framework, premium experience

Bring AI assistance, recording, management, and reporting to every major test framework — without changing how your team writes tests.

Testver wraps your existing framework rather than replacing it. Point it at a Playwright, Cypress, Selenium, WebdriverIO, Cucumber, REST Assured, PyTest, Puppeteer, or Robot Framework project and the entire UI lights up — from intelligent recording to dashboard-grade reporting — while your test code stays exactly where you keep it.

  • Zero migration — works with the projects and tests you already have
  • Native adapters per framework — tests run on the framework's own runner
  • Per-framework code styles preserved in AI-generated tests
  • Mix frameworks across projects under one control plane
testver — any framework, premium experience
Frameworks Detected1/9
Playwright
Cypress
Selenium
WebdriverIO
Cucumber
REST Assured
PyTest
Puppeteer
Robot Framework
Auto-detected.No configuration needed — every test stays in its native runner.
ai assistance

AI Assistance

Your copilot for Web, API, and Reports.

Ask in plain English. The AI runs the right tools, writes the code, and explains the results — whether you're authoring a Playwright spec, validating a REST endpoint, or building an executive dashboard from last week's runs. Full repository context, live tool use, and every tool call permission-gated by default.

  • Web — Create and update tests in any major framework, manage them end-to-end, debug failures, and refactor flaky tests. Or scaffold a brand-new framework of your choice from scratch.
  • API — Testing, validations, automations, and scripting in minutes.
  • Reports — Generate dashboards and reports on the fly.
  • Streaming responses with permission-gated tool execution
testver — ai assistance
ai recorder

AI Record Agent

Click. Record. Generate. Save LLM costs by up to 80%.

A dream feature for any test automation framework. Walk through your app once. Testver captures every action with smart, self-healing selectors and generates a clean test in your framework's native style. Automate complex scenarios in minutes with test-aware context — cutting LLM costs by up to 80%. Update or extend tests any time, with your existing structure intact.

  • AI Annotations — a first-of-its-kind capability. Add complex validations, custom actions, or data extractions by describing them in plain English, no code required.
  • Smart, self-healing selectors keep tests resilient as your UI evolves
  • Test-aware context cuts LLM token usage by up to 80%
  • Inline action editor + replay before generation; update or extend without rewriting
testver — ai record agent
RECORDING
0:00·0 actions
navigate/login
clickbutton[data-test="login"]
fillinput[name="email"]
fillinput[name="password"]
clickbutton[type="submit"]
Smart self-healing selectors
test management

Test Management

Cases, plans, cycles, executions — one connected system.

Generate test cases with AI in minutes, then link them directly to your automation scripts. Organise everything into test plans, cycles, and executions — with coverage analytics and impact analysis at every level. Full JIRA integration keeps requirements, defects, and team workflows perfectly in sync, so every test traces all the way back to the requirement it covers.

  • AI-generated test cases from requirements, PDFs, user stories, or Jira issues
  • Link cases directly to automation scripts — bidirectional traceability built in
  • Test plans, cycles, and executions with coverage analytics and impact analysis
  • Full JIRA integration: requirements, defects, statuses, and comments stay in sync
testver — test management
PlanQ2 Release · Checkout
0/3 linked
Linking automation scripts…
TC-101Add item to cartlinking…
TC-102Apply promo codelinking…
TC-103Guest checkoutlinking…
JIRA integration— requirements + defects synced
results

Runs, Schedules & Results

Run, schedule, triage — all in one view.

Run scripts locally or in the cloud — on demand, on a cron schedule, or as part of your delivery pipeline. Watch executions stream live with per-step screencast, trace, video, screenshots, and console output. Every test keeps its full execution history. AI failure analysis clusters errors and suggests owners; AI Fix turns broken tests into one-click patches. Compare any run against a baseline and dispatch reports to Slack, Teams, or email.

  • Run locally or in the cloud — on demand, on a cron schedule, or via CI
  • Live streaming execution with per-step trace, video, screenshots, console output
  • Full execution history per test, with baseline comparison and run-vs-run diffs
  • AI failure analysis + AI Fix — clustered errors, owner suggestions, one-click patches
testver — runs, schedules & results
138
Passed
3
Failed
4m 22s
Duration
Daily 6am
Pass rate · last 7 runs 97.9%
AI Fix available— selector changed in commit 3a7f2b1 Apply
Next run in 02:47
ai test case generation

AI test case generation

Turn requirements, user stories, or PRDs into a structured suite of test cases — in seconds.

Paste a requirement, upload a PDF spec, or link a Jira ticket. Testver's AI distils acceptance criteria into a complete set of positive, negative, and edge-case test cases — properly tagged, prioritized, and linked back to the source. Export to your TMS, attach to a sprint, or hand off to the recorder for automation.

  • Generate from text prompts, PDFs, DOCX, OpenAPI specs, or Jira issues
  • Positive / negative / edge / boundary coverage out of the box
  • Auto-prioritization with risk-based ranking
  • Bidirectional traceability — every test case links to its source requirement
testver — ai test case generation
Requirement

User can log in with valid credentials; invalid attempts must show an error message…

TC-001Valid login — happy pathpositive
TC-002Invalid password — error shownnegative
TC-003Empty email field validationedge
TC-004Password reset flowpositive
test explorer

Test Explorer — find, filter, run

Every test in your project, organised and runnable from one place — with stats, filters, tags, and one-click execution.

The Test Explorer groups every test by suite with aggregate stats at a glance: total, passed, failed, no-run, and pass rate. Filter by status, framework, or tag, search by name, sort however suits you. Open a test for the full picture — human-readable steps, source code, run history, streaming output while a run is in flight, and links to its test management mappings. Run a single test, a whole suite, or a multi-framework selection — Testver builds the right command for each runner.

  • Aggregate stats with status / framework / tag filters + free-text search
  • Per-test detail panel: Steps · Source · Runs · live Output · TM Mapping
  • BDD-aware — Cucumber feature files with step-definition navigation
  • Run a single test, a suite, or a multi-framework selection — export to CSV / Excel
testver — test explorer — find, filter, run
0
Total
0
Passed
0
Failed
0% pass rate
AllPassedFailedNo-run5 of 5
login.spec.ts › valid credentials0.8s
cart.spec.ts › add item1.2s
checkout.spec.ts › guest flow3.1s
profile.spec.ts › edit name0.6s
admin.spec.ts › role check
project explorer

Project Explorer — browse and edit, no tool-switching

A full file tree + Monaco editor inside Testver — tweak a locator, rename a fixture, or read a config without ever opening VS Code.

Project Explorer pairs a collapsible file tree with a VS Code–grade editor (the same Monaco engine), all inside Testver. Browse your entire project, open any file, edit with syntax highlighting and multi-cursor, search and save with the keyboard shortcuts you already know. Other screens deep-link straight into a specific file at a specific line — click a failing step in Results and the Project Explorer opens that line of the test code, ready to fix. No more bouncing between the test runner and your IDE for a five-second edit.

  • Resizable two-pane layout: collapsible file tree + Monaco editor
  • Multi-tab editing with drag-to-reorder, middle-click close, dirty-state markers
  • Familiar shortcuts: Ctrl+F to search, Ctrl+S to save, multi-cursor selection
  • Deep links from Results / Test Explorer jump straight to file:line
testver — project explorer — browse and edit, no tool-switching
Project ExplorerMonaco
filter files…⌘F
tests
login.spec.ts
checkout.spec.ts
pages
LoginPage.ts
HomePage.ts
playwright.config.ts
package.json
login.spec.ts
1 / 6
1import { test, expect } from '@playwright/test';
api testing

API testing built in

Postman-grade collections with schema validation, scripting, and AI assistance — no extra tool needed.

Author requests, organize them into collections, define environment variables and auth profiles, and run the whole thing in CI. Schema-aware assertions, JSONPath/JMESPath extraction, pre/post scripts, and AI-generated contract tests round out a first-class API testing surface.

  • Collections, environments, auth profiles (OAuth, API key, JWT)
  • JSONPath/JMESPath extraction + schema-driven assertions
  • Pre-request and post-response JS scripts
  • AI-generated contract tests from OpenAPI specs
testver — api testing built in
POST/api/checkout
connectors

Connectors for the tools you already use

Two-way integrations with Jira, Slack, Microsoft Teams, and email — configure once, use everywhere.

Push defects to Jira when tests fail. Stream run results into Slack or Teams. Email scheduled reports to stakeholders. Each connector is a first-class citizen — configure once and it shows up everywhere it's relevant across the product, from notifications on a failed run to the schedule editor to the AI assistant's tool palette.

  • Defect tracker: Jira (with bidirectional status + comment sync)
  • Notifications: Slack, Microsoft Teams, email (SMTP)
  • Webhooks for any system that can POST JSON
  • Configure once — connectors surface everywhere they're relevant
testver — connectors for the tools you already use
Connectors0/4 connected
JJira
SSlack
TMicrosoft Teams
@Email (SMTP)
All connected.Test failures auto-create Jira defects.
cloud test runs

Cloud test-runs integration

Dispatch tests to BrowserStack, Sauce Labs, or LambdaTest — from the same UI.

Configure your cloud provider once, then dispatch any test or suite to run on real browsers and devices in the cloud — without changing a line of test code. Run results, video, and trace artifacts stream back into Testver alongside your local runs, so the reporting view is unified regardless of where the test executed.

  • Works with BrowserStack, Sauce Labs, and LambdaTest
  • Per-project provider routing — pick where each suite runs
  • Artifacts (video, screenshots, traces) auto-imported into the report
  • Same dashboards and scheduling whether tests run local or cloud
testver — cloud test-runs integration
Local suite
BrowserStack · Chromium · macOS
Dispatching
Providers:BrowserStackSauce LabsLambdaTest
🎬session-video.mp42.4 MB
📊trace.zip142 KB
🖼screenshots/ (4)380 KB
scheduling

Scheduling that just works

Cron-driven runs and reports — daily smoke suites, weekly regression, monthly executive digests.

Schedule any test, suite, or report on a cron expression. Built-in scheduler runs without an external orchestrator — no Jenkins, no Airflow, no cron-on-some-server. Per-schedule environment overrides, retry policies, and notification rules; full execution history with on-demand "run now" and pause / resume controls.

  • Cron syntax with friendly preset shortcuts (daily, weekdays, hourly)
  • Per-schedule environment + connector + notification overrides
  • Retry policy with exponential backoff and failure-only alerts
  • "Run now" override + pause/resume without losing the schedule
testver — scheduling that just works
Daily smoke suiteActive
Cron:0 6 * * *Every day at 6:00 AM UTC
Next run in05:32
Retry on failure2× exponential
Notify on failureSlack #qa-alerts
Dispatch reportEmail · daily@team
git integration

Git workflow, integrated

Commit, branch, stash, push, resolve conflicts — without leaving the test suite.

A polished git surface that handles the things QA engineers actually do: stage and commit changes, manage branches, resolve merge conflicts side-by-side, push over SSH or HTTPS with credential prompts, and view per-file blame and history. With AI on hand to write your commit messages.

  • Side-by-side merge conflict resolver with per-hunk picks
  • SSH passphrase / HTTPS credential prompts (VS-Code-style)
  • Per-file history and blame in the explorer
  • Stash, amend, force-push protection — sane defaults built in
testver — git workflow, integrated
feature/checkout-flow1 ↓ 0
Mtests/checkout.spec.tsstaged
Apages/CheckoutPage.tsstaged
Mfixtures/cart.jsonstaged
feat(checkout): add guest flow tests
Committed · a4f8e2c Pushed to origin
dashboards reporting

Dashboards & scheduled reports

Generate executive-ready dashboards on demand. Email them on a cron. Share via tokenized links.

Compose KPI tiles, charts, and tables into shareable reports — manually or via the AI assistant. Schedule them daily/weekly, dispatch to stakeholders by email, or share a tokenized public link. Pre-templated executive, QA-daily, release-readiness, and trend-analysis reports ship out of the box.

  • KPI tiles, line / bar / pie charts, and data tables
  • Pre-built executive, QA, release, and trend templates
  • Schedule + dispatch via email / Slack / Teams
  • Tokenized public share links — no sign-in required
testver — dashboards & scheduled reports
Executive Report Week 19
97.9%
Pass rate
1,284
Tests run
3m 12s
Avg duration
Runs by day
MTWTFSS
Dispatched to Slack #leadershipjust now
llm flexible

LLM-agnostic & self-hostable

Plug in OpenAI, Anthropic, Google Gemini, xAI Grok, Ollama, or LM Studio. Run Testver entirely on your own infrastructure.

Bring your own model. Switch providers per project without touching test code. The whole stack — UI, API, orchestrator, browser pool, LLM router — runs on hardware you control, with audit logs and per-user permissions for regulated environments.

  • OpenAI, Anthropic, Google Gemini, xAI Grok, Ollama, LM Studio, and any OpenAI-compatible endpoint
  • Per-project model + temperature + tool-policy overrides
  • Self-hosted: no cloud account required, your data stays with you
  • RBAC, audit log, multi-user scoping built in
testver — llm-agnostic & self-hostable
LLM ProviderPer-project
OpenAI
GPT-4
cloud
Anthropic
Claude 3.5
cloud
Gemini
Gemini 1.5 Pro
cloud
Grok
Grok 2
cloud
Ollama
Llama 3.1
local
LM Studio
Qwen 2.5
local
OpenAIselected — switch any time, per project.
failure analysis

Intelligent failure analysis

Group, triage, and explain failures automatically — with AI-generated root-cause summaries.

When tests fail at scale, Testver clusters failures by signature and produces a plain-English summary of what changed and why each test likely broke. Linked commits, stack traces, and recent UI diffs all surface in one place — cutting triage from hours to minutes.

  • Failure clustering by stack signature
  • AI-summarised root cause with linked commits and UI diffs
  • Trace + video + screenshots for every failure, side-by-side
  • One-click defect creation in your tracker (Jira built in)
testver — intelligent failure analysis
Failure Analysis 1 cluster
checkout.spec.ts › guest flowselector timeout
checkout.spec.ts › member flowselector timeout
cart.spec.ts › apply promoselector timeout
AI root-cause summarycommit 3a7f2b1

Submit button selector renamed from .btn-submit to [data-testid="submit"].

AI Fix ready — selector updatedApply →
user management

User management & access control

Roles, sessions, and a full audit trail — built in, not bolted on.

Multi-user, multi-tenant ready out of the box. Three default roles — Admin, Tester, and Viewer — gate every meaningful action across the product, with per-resource permissions for finer control. Admins create users, change roles, and revoke active sessions from the same UI; every sensitive event flows into an audit log queryable by user, action, or time range. Secure login uses bcrypt-hashed passwords and JWT sessions you can invalidate at any time.

  • Three default roles — Admin, Tester, Viewer — with per-resource permissions
  • Admin user management: create, deactivate, change role, revoke active sessions
  • Audit log captures every login, role change, credential prompt, and privileged action
  • Secure login: bcrypt-hashed passwords + JWT sessions, revocable from the admin UI
testver — user management & access control
Team & Roles12 members
AC
Alice Carter
alice@org.com
Admin
BL
Bob Lim
bob@org.com
Tester
CP
Charlie Park
charlie@org.com
Viewer
alice changed bob.role: TesterAdminjust now
1 session revoked— charlie@org.com signed out
Ready to upgrade your test suite?

Bring AI to the framework your team already uses

Get started in minutes. Self-host on your own hardware. Plug in any LLM. Keep every test you've already written.