testdriverai
agent
Basarisiz
Health Uyari
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 236 GitHub stars
Code Basarisiz
- fs.rmSync — Destructive file system operation in agent/index.js
- os.homedir — User home directory access in agent/index.js
- process.env — Environment variable access in agent/index.js
- fs module — File system access in agent/index.js
- network request — Outbound network request in agent/index.js
- process.env — Environment variable access in agent/lib/censorship.js
- exec() — Shell command execution in agent/lib/commander.js
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Computer-Use SDK for E2E QA Testing
README.md
Computer-Use SDK for E2E QA Testing
The TestDriver SDK is a JS plugin for vitest that makes it easy to spawn ephemeral devices and use vision-based LLMs to construct detemanistic and reliable tests.
🚀 Quick Start • 📖 Documentation • 💻 Examples • 📖 Pricing • 💬 Discord • 🌐 Website
Why TestDriver?
Don't ship bugs because flows are too hard to test. TestDriver helps engineering teams easily test, debug, and monitor E2E flows that are hard or impossible to cover with other tools like:
Third-Party Web Apps • Desktop Apps • VS Code Extensions • Chrome Extensions • AI Chatbots • OAuth Flows • PDF Content • Spelling & Grammar • File System & Uploads • OS Accessibility • Visual Content • <iframe> • <canvas> • <video>
Example
// Click on the new text document
await testdriver.find("New text document").mouseDown();
// Drag the "New Text Document" icon to the "Recycle Bin"
await testdriver.find("Recycle Bin icon").mouseUp();
// Assert "New Text Document" icon is not on the Desktop
const result = await testdriver.assert(
'the "New Text Document" icon is not visible on the Desktop'
);
expect(result).toBeTruthy();
See Full Example • Browse All Examples
🚀 Quick Start
Step 1: Create a TestDriver Account
No credit card required!
Step 2: Initialize Your Project
npx testdriverai init
This will:
- Create a project folder
- Install dependencies (Vitest + TestDriver)
- Set up your API key
- Configure MCP for your AI assistant (VS Code, Cursor, Claude Desktop, etc.)
- Generate an example test
Step 3: Run Your First Test
vitest run
Watch as TestDriver:
- Spawns a cloud sandbox
- Launches Chrome
- Runs your test using AI vision
- Returns results with video replay
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi