← All releases

1.0.0 β€” πŸš€ Testver 1.0.0 β€” First Public Release

MAJORΒ·Published Jun 16, 2026

Releasing on June 18, 2026

We're excited to launch Testver β€” a self-hosted, AI-native control plane that wraps the test framework you already use with recording, code generation, management, scheduling, and dashboard-grade reporting. Point it at any project β€” web, native mobile, or API β€” and the whole platform lights up. Your tests stay in your repo, in their native format, running on their own runner.

npm install -g @testver/testver
cd your-test-project
testver serve            # β†’ http://localhost:3700

On first launch a short setup wizard creates your admin account and asks whether the workspace is for Web or Mobile testing. That's it β€” you're in.


✨ Highlights

  • Bring your own framework β€” first-class support for Playwright, Cypress, Selenium, Appium, WebdriverIO, Cucumber, REST Assured, PyTest, Puppeteer, and Robot Framework, across TypeScript/JavaScript, Python, Java, and C#/.NET.

  • AI everywhere, optional always β€” record-to-test, AI-generated test cases, failure analysis, and a full repo-aware chat assistant. Bring your own LLM (cloud or fully local) β€” or run Testver with no AI at all.

  • Native mobile testing (Beta) β€” Android & iOS through Appium, on cloud device clouds or phones connected to your own machine.

  • End-to-end test management β€” cases, plans, cycles, coverage, traceability, and a built-in defect tracker, all linked back to automation.

  • Self-hosted & team-ready β€” roles, audit logging, and per-resource permissions built in. Runs on a laptop or shared infrastructure with the same data layer.


πŸ§ͺ Test automation

  • Test Explorer β€” discover and browse every test with status / framework / tag filters, search, and per-test detail (steps Β· source Β· run history Β· live output Β· TM mappings).

  • Runner β€” execute a test, a suite/file, or a multi-framework selection with real-time streaming output. Testver builds the right command per runner.

  • Results & reporting β€” full per-test execution history with screenshots, video, traces, console output, and step-level pass/fail. Parametrized tests (pytest params, JUnit/.NET, Cucumber Scenario Outlines) roll up into a Variations master-detail view.

  • Schedules β€” cron-based recurring runs with an overlap guard, run-now, and pause/resume.

  • CI/CD β€” generate ready-to-commit config for GitHub Actions, GitLab CI, Jenkins, and Azure Pipelines.

πŸ“± Mobile testing (Beta)

  • Native Android & iOS via Appium β€” no separate tool, the same Testver UI.

  • Cloud + local devices β€” run on BrowserStack / LambdaTest / Sauce Labs device clouds, or phones connected to your machine.

  • AI Record for mobile β€” tap through your app and generate a clean test with self-healing locators.

  • Web / Mobile / Both workspace modes β€” surfaces adapt to what you test.

πŸ€– AI-powered authoring

  • AI Assistant β€” a chat copilot for Web, Mobile, API, and Reporting: write and fix tests, validate endpoints, build dashboards. Full repo context, live tool use, every tool call permission-gated by default.

  • AI Record β€” walk (or tap) through your app once; Testver captures every action with smart selectors and generates an idiomatic test. AI Annotations add validations in plain English.

  • AI Test Generation β€” turn requirements, PDFs/DOCX, OpenAPI specs, or Jira issues into structured positive/negative/edge test cases, prioritized and linked back to their source.

  • AI Fix & failure analysis β€” cluster failures by signature, surface root-cause summaries, and apply one-click patches.

πŸ“‹ Test management

  • Test Cases β€” folders, tags, versioning, personas, and strategies.

  • Test Plans, Cycles & Executions β€” plan, run in cycles, and track progress.

  • Script Mapping β€” link manual cases to automation scripts with bidirectional traceability.

  • Coverage & Analytics β€” requirement/source traceability, gap and orphan detection, health scores, and trends.

  • Defects β€” built-in tracker with a Kanban board and one-click defect creation from a failure.

🌐 Web & API testing

  • Web β€” author and run across every major web framework.

  • API β€” Postman-grade collections, environments, auth profiles (OAuth / API key / JWT), JSONPath/JMESPath extraction, schema assertions, and pre/post-response scripts.

πŸ—‚οΈ Project & code tools

  • Project Explorer β€” file tree + Monaco editor inside Testver; deep-links from Results jump to file:line.

  • Code Map β€” a structural X-ray of your automation codebase: Inventory, Quality, Graph, and Steps views surface load-bearing helpers, orphaned code, over-grown methods, and duplication.

  • Git β€” stage, commit, branch, resolve conflicts, and push (SSH/HTTPS) without leaving the app.

  • Global search (Ctrl/⌘+K) β€” jump to any screen, test case, defect, source, schedule, connector, test, or file from one command palette.

πŸ”Œ Integrations & connectors

  • JIRA β€” pull stories, push defects, link cases, sync status and comments.

  • Notifications β€” Slack and Email (SMTP) for run summaries, scheduled reports, and failure alerts.

  • Cloud grids β€” BrowserStack, LambdaTest, Sauce Labs (web and mobile devices).

  • Webhooks β€” POST JSON to any system.

  • Import / Export β€” TestRail, Zephyr, Xray, qTest, PractiTest, CSV, JSON.

πŸ‘₯ Team & security

  • Roles β€” Admin, Tester, Viewer, with per-resource permissions.

  • User management β€” create users, change roles, reset passwords, revoke sessions.

  • Audit log β€” every consequential action recorded (admin-only), with export.


🧠 Bring your own AI

Configure providers in Settings β†’ LLM or via environment variables; switch per project at any time.

Provider

Models

Setup

OpenAI

GPT-4o family

OPENAI_API_KEY

Anthropic

Claude Sonnet / Opus

ANTHROPIC_API_KEY

Google

Gemini

GOOGLE_API_KEY

xAI

Grok

XAI_API_KEY

Ollama

any local model

install Ollama β€” no key needed

LM Studio

any local model

start its local server β€” no key needed

AI is optional. The Runner, Test Management, dashboards, and reporting all work without any LLM configured β€” AI features simply stay hidden until you add a provider.


🧩 Supported frameworks

Playwright Β· Cypress Β· Selenium Β· Appium (Android & iOS) Β· WebdriverIO Β· Cucumber Β· REST Assured Β· PyTest Β· Puppeteer Β· Robot Framework

Also discovered and reported: Jest Β· Vitest Β· Mocha Β· TestNG Β· JUnit Β· NUnit Β· xUnit Β· MSTest.


πŸ’» System requirements

Requirement

Minimum

Recommended

Node.js

20.0.0

22+

RAM

2 GB

4 GB+

Disk

500 MB

2 GB

OS

Windows 10/11, macOS 12+, Ubuntu 20.04+

Latest

Language runtimes and project dependencies for your tests (e.g. Python for pytest, a JDK + Maven/Gradle for Java) must be installed on the same machine. Mobile testing needs Appium (cloud devices require no local setup).


πŸ“š Get started

Known notes for this release: Mobile testing is in Beta β€” we'd love your feedback. Testver executes your test commands on the host machine, so for team deployments bind to 127.0.0.1 behind a secured reverse proxy/VPN rather than exposing 0.0.0.0 directly.

Thank you for trying Testver β€” happy testing! πŸŽ‰