Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Kosher

БесплатноНе проверен

Kosher updates BDD for the AI era.

GitHubEmbed

Описание

Kosher updates BDD for the AI era.

README

Kosher is a Behavior-Driven Development (BDD) tool that reads Gherkin feature files and executes user stories against web applications using an AI inference engine and Playwright browser automation.

Requirements

Requires ollama and playwright-mcp running locally. Tested using Python v3.14.

Getting Started

# 1. Install Ollama
curl -fsSL https://ollama.com/install.sh | sh

# 2. Pull the model
ollama pull qwen2.5-coder:14b-instruct-q4_K_M

# 3. Start Playwright MCP server (separate terminal)
npx @playwright/mcp@latest

# 4. Clone and set up project
git clone <repo>
cd kosher
python -m venv venv
source venv/bin/activate
pip install -e .

# 5. Run proof of concept
python poc/main.py

Reliability Summary: qwen2.5-coder:14b for Gherkin → Playwright

Success Rate: ~90% on a 6-step login flow (20 runs)

What Works Well:

  • Correctly interprets Given/When/Then semantics
  • Maps steps to appropriate browser tools (navigate, click, type, snapshot, wait_for)
  • Extracts element refs from snapshots and uses them correctly (most of the time)
  • Learns new patterns from system prompt updates (adopted browser_wait_for after instruction)

Failure Modes:

  1. Placeholder refs - Sometimes outputs instead of actual ref like e5, suggesting it "knows" what to do but doesn't execute properly
  2. Skipped tool execution - Occasionally outputs JSON + "DONE" in one response without waiting for tool results
  3. No native tool calling - Always outputs JSON in text content; requires parsing with parse_tool_call_from_text()
  4. Instruction drift - Multi-step instructions (navigate → snapshot → confirm) sometimes get partially followed

Implications:

  • Viable for PoC and demos
  • Production use would need retry logic, validation, and possibly a more capable model
  • System prompt engineering is effective for teaching new patterns
  • The 10% failure rate is LLM variability, not fixable by prompt alone

from github.com/whittle/kosher

Установка Kosher

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/whittle/kosher

FAQ

Kosher MCP бесплатный?

Да, Kosher MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Kosher?

Нет, Kosher работает без API-ключей и переменных окружения.

Kosher — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Kosher в Claude Desktop, Claude Code или Cursor?

Открой Kosher на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Kosher with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai