Skip to main content
ClaudeWave

QA via natural language AI tests

Tools5.7k stars336 forksTypeScriptMITUpdated 2mo ago
Editor's note

Shortest is a TypeScript end-to-end testing framework that lets developers write browser tests in plain English sentences instead of imperative code. It connects to Claude through the Anthropic API, using Claude as the reasoning engine that interprets natural language test descriptions and drives a Chromium browser via Playwright to execute them. Tests are defined by calling a single `shortest()` function with a plain English string such as "Login to the app using email and password," and Claude figures out the steps required to fulfill that instruction against a live browser session. The framework supports API endpoint testing, lifecycle hooks (beforeAll, beforeEach, afterEach, afterAll), callback assertions after browser execution, and sequential test chaining with spread-operator composition. A notable built-in feature is GitHub two-factor authentication support, plus email validation via Mailosaur. Setup runs through `npx @antiwork/shortest init`, which scaffolds config and environment files. Front-end and full-stack developers working on Next.js or similar web applications are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/antiwork/shortest
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

README preview not available. Visit the repo on GitHub for full documentation.
anthropicautomationchromiume2e-testinge2e-testsend-to-end-testingjavascriptnextjsplaywrighttest-automationtestingtesting-frameworktesting-tool

What people ask about shortest

What is antiwork/shortest?

+

antiwork/shortest is tools for the Claude AI ecosystem. QA via natural language AI tests It has 5.7k GitHub stars and was last updated 2mo ago.

How do I install shortest?

+

You can install shortest by cloning the repository (https://github.com/antiwork/shortest) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is antiwork/shortest safe to use?

+

Our security agent has analyzed antiwork/shortest and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains antiwork/shortest?

+

antiwork/shortest is maintained by antiwork. The last recorded GitHub activity is from 2mo ago, with 2 open issues.

Are there alternatives to shortest?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy shortest to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: antiwork/shortest
[![Featured on ClaudeWave](https://claudewave.com/api/badge/antiwork-shortest)](https://claudewave.com/repo/antiwork-shortest)
<a href="https://claudewave.com/repo/antiwork-shortest"><img src="https://claudewave.com/api/badge/antiwork-shortest" alt="Featured on ClaudeWave: antiwork/shortest" width="320" height="64" /></a>

More Tools