Push AI-generated test scripts from ZeTa Quality Intelligence Platform directly into your VS Code workspace.
Installation
Option 1 — From ZeTa web app: Click "Install Extension" in the Push to IDE panel — this opens VS Code to the marketplace install page.
Option 2 — Command line:
code --install-extension zeta-ai.zeta-tests
cursor --install-extension zeta-ai.zeta-tests
windsurf --install-extension zeta-ai.zeta-tests
Option 3 — VSIX (self-hosted):
Download zeta-tests.vsix from your ZeTa instance and run:
code --install-extension zeta-tests.vsix
Usage
Push from Web App
- Generate tests in ZeTa web → click "Push to IDE"
- Choose VS Code, Cursor, or Windsurf
- Allow browser to open IDE — files appear in
tests/directory automatically
Manual Pull
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P) → "ZeTa: Pull Test Scripts"
Configure Token
Command Palette → "ZeTa: Configure API Token"
Settings
| Setting | Default | Description |
|---|---|---|
zeta.apiUrl |
https://api.zetaai.io |
ZeTa API base URL |
zeta.agentToken |
(empty) | Agent token from Project Settings > Connectivity |
zeta.defaultLanguage |
playwright-ts |
Test framework for manual pull |
zeta.outputDirectory |
tests |
Subdirectory for spec files |
Supported IDEs
- VS Code 1.80+
- Cursor (any version)
- Windsurf (Codeium)
- Any VS Code fork with extension support