TekWeave's IDE extension uses AI to understand your code and automatically provision the right containerized test environment — Docker, Colima, or Rancher Desktop — in seconds, not hours.
Describe your test scenario in plain English. TekWeave's AI reads your codebase, infers dependencies, and generates a ready-to-run container stack in seconds.
Works with Docker Desktop, Colima, Rancher Desktop, Lima, and Podman. Switch runtimes without changing a single line of your environment config.
Available as a VS Code extension and JetBrains plugin. Environments launch from the command palette, sidebar, or inline code lens — no terminal required.
Capture the full state of a running environment and restore it in under 3 seconds. Iterate on failing tests without re-seeding databases or restarting services.
Push environment definitions to your org's shared library. Teammates pull a proven stack with one click — no more "works on my machine" debugging sessions.
The same environment definition that runs in your IDE runs in GitHub Actions, GitLab CI, and CircleCI. Identical containers, identical results, every time.
Drop an tekweave.json in your project root. The TekWeave extension reads it, analyzes your codebase, and provisions the full stack. No Dockerfiles to write, no compose files to debug.
// tekweave.json — commit this alongside your tests
{
"runtime": "auto",
"ai_prompt": "Integration tests for a Node API with Postgres and Redis",
"seed": "./tests/fixtures/seed.sql",
"ports": { "api": 3000, "db": 5432 }
}
// TekWeave provisions and starts:
// ✓ postgres:16 → :5432 (seeded)
// ✓ redis:7 → :6379
// ✓ node:20 → :3000 (hot reload)
// Environment ready in 4.2s
Install the extension, drop in one config file, and let TekWeave handle the rest. Free for individual developers.
Install the Extension