Mvp v1#14
Open
n2400813g wants to merge 7 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Launches
blopv0.2.0 (MVP): an MCP-based QA tool that discovers, records, and replays web app flows with SQLite-backed runs and optional HTTP streaming. Includes a full tool surface, resilient replay with auto-heal, and CI with tests.New Features
blop) exposing tools for discovery, recording, regression, results, validation, auth, and a v2 resource surface.BLOP_LLM_PROVIDER(googledefault;anthropic/openaivia extras). Dev helperblop-inspectfor the MCP Inspector..blop/runs.db) plus artifact dirs underruns/; optional HTTP SSE server viablop[server](blop-http).storage_state, andcookie_jsonprofiles, plus interactivecapture_auth_session..env.example,.cursor/mcp.json.example, GitHub Actions CI (pytest, Playwright, ruff), and MITLICENSE.Migration
vibetesttoblop; a shim keepsvibetestentry points, but new imports should useblop.*.uv pip install -e .; install Playwright browsers; setGOOGLE_API_KEYorBLOP_LLM_PROVIDERwith the matching key, then copy.env.example→.env.runs/and DB at.blop/runs.db(override withBLOP_RUNS_DIR/BLOP_DB_PATH).blop[server]and runblop-http; for interactive tool testing, runblop-inspect.Written for commit 92b5932. Summary will update on new commits.