VS Code Extensions
ZeTa AI - P2IDE

ZeTa AI - P2IDE

by deepanimators

Push AI-generated test scripts from ZeTa Quality Intelligence Platform into your workspace

Downloads

10

Rating

(0)

Version

1.0.6

Last updated

Aug 06, 2026

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

  1. Generate tests in ZeTa web → click "Push to IDE"
  2. Choose VS Code, Cursor, or Windsurf
  3. 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

Related extensions