Connection check
local install
lastest
Run visual regression tests, review diffs, and manage baselines on a Lastest instance.
Tools
50
GitHub stars
18
Installs / wk
—
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
50 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
lastest_approve_all_diffs
from source
Approve all pending visual diffs in a build at once. Approve all pending visual diffs in a build at once.
lastest_approve_baseline
from source
Approve visual changes, updating baselines. Accepts one or more diff IDs. Approve visual changes, updating baselines. Accepts one or more diff IDs.
lastest_approve_diff
from source
Approve a single visual diff, accepting the current screenshot as the new baseline. Approve a single visual diff, accepting the current screenshot as the new baseline.
lastest_approve_layer
from source
Per-layer feedback on a step comparison: approve (Mark expected \u2192 write baseline), reject (Needs fix \u2192 create todo), or snooze (suppress for this build only). Per-layer feedback on a step comparison: approve (Mark expected \u2192 write baseline), reject (Needs fix \u2192 create todo), or snooze (suppress for this build only).
lastest_create_area
from source
Create a new functional area for organizing tests. Create a new functional area for organizing tests.
lastest_create_repo
from source
Create a new local repository in the current team. Use this when you need a fresh workspace for tests without connecting to GitHub/GitLab. Pass Create a new local repository in the current team. Use this when you need a fresh workspace for tests without connecting to GitHub/GitLab. Pass
lastest_create_setup_script
from source
Create a reusable setup script for a repository. Two types: Create a reusable setup script for a repository. Two types:
lastest_create_storage_state
from source
Create a new storage state for a repo from a Playwright Create a new storage state for a repo from a Playwright
lastest_create_test
from source
Create a test. Two modes: (1) **direct** \u2014 pass { name, code } to insert ready-made Playwright code. (2) **AI** \u2014 pass { url } and/or { prompt } to have the Lastest AI ag… Create a test. Two modes: (1) **direct** \u2014 pass { name, code } to insert ready-made Playwright code. (2) **AI** \u2014 pass { url } and/or { prompt } to have the Lastest AI agent generate the test. Direct mode returns immediately with a test ID; AI mode may take longer and returns the generated code.
lastest_delete_area
from source
Soft-delete a functional area. Tests remain but become unassigned. Soft-delete a functional area. Tests remain but become unassigned.
lastest_delete_setup_script
from source
Delete a setup script. Refused with 409 if any test still references it via setupScriptId \u2014 the response lists the blocking tests. Delete a setup script. Refused with 409 if any test still references it via setupScriptId \u2014 the response lists the blocking tests.
lastest_delete_storage_state
from source
Delete a storage state. Tests referencing it via setupOverrides.extraSteps will lose that step \u2014 review usage before deleting. Delete a storage state. Tests referencing it via setupOverrides.extraSteps will lose that step \u2014 review usage before deleting.
lastest_delete_test
from source
Soft-delete a test (can be restored). Does not permanently remove test data. Soft-delete a test (can be restored). Does not permanently remove test data.
lastest_get_build_status
from source
Get the current status and results of a build. Use after lastest_run_tests to check progress. Returns slim build scalars + slim diff index \u2014 drill into a specific diff with la… Get the current status and results of a build. Use after lastest_run_tests to check progress. Returns slim build scalars + slim diff index \u2014 drill into a specific diff with lastest_get_visual_diff (or pass
lastest_get_change_map
from source
Get the build-level Change Map (4-signal area ranking + AI intent/risk summary) for a build. Get the build-level Change Map (4-signal area ranking + AI intent/risk summary) for a build.
lastest_get_coverage
from source
Get test coverage statistics by functional area and route. Get test coverage statistics by functional area and route.
lastest_get_diff
from source
Get full details of a single visual diff including pixel data, AI analysis, and test info. Get full details of a single visual diff including pixel data, AI analysis, and test info.
lastest_get_job_status
from source
Get the status and progress of a specific background job. Get the status and progress of a specific background job.
lastest_get_playwright_settings
from source
Get the repo-level Playwright settings (browser, viewport, timeouts, error modes, stabilization, parallelism caps, etc.). Falls back to the global row + built-in defaults when no p… Get the repo-level Playwright settings (browser, viewport, timeouts, error modes, stabilization, parallelism caps, etc.). Falls back to the global row + built-in defaults when no per-repo row exists.
lastest_get_repo
from source
Get details about a specific repository. Get details about a specific repository.
lastest_get_setup_script
from source
Get a setup script including its code. Get a setup script including its code.
lastest_get_test
from source
Get full details of a single test including code, URL, and last run status. Get full details of a single test including code, URL, and last run status.
lastest_get_test_run
from source
Get detailed results for a specific test run, including individual test results, errors, and durations. Get detailed results for a specific test run, including individual test results, errors, and durations.
lastest_get_visual_diff
from source
Get visual diff details for a build, including AI classification and confidence scores. Get visual diff details for a build, including AI classification and confidence scores.
lastest_heal_test
from source
Trigger the AI healer agent to automatically fix a failing test by inspecting the live UI and updating selectors/assertions. Trigger the AI healer agent to automatically fix a failing test by inspecting the live UI and updating selectors/assertions.
lastest_health_check
from source
Check connectivity to the Lastest instance. Check connectivity to the Lastest instance.
lastest_list_active_jobs
from source
List currently active background jobs (builds, AI operations, etc.). List currently active background jobs (builds, AI operations, etc.).
lastest_list_areas
from source
List functional areas (test groupings) for a repository. List functional areas (test groupings) for a repository.
lastest_list_builds
from source
List recent builds for a repository with status and test counts. List recent builds for a repository with status and test counts.
lastest_list_build_shares
from source
List public shares anchored on a build (includes revoked ones \u2014 check List public shares anchored on a build (includes revoked ones \u2014 check
lastest_list_failing_tests
from source
List tests that are currently failing, with error details. List tests that are currently failing, with error details.
lastest_list_repos
from source
List all repositories accessible to the current team. List all repositories accessible to the current team.
lastest_list_setup_scripts
from source
List setup scripts for a repository. Each entry includes id, name, type ( List setup scripts for a repository. Each entry includes id, name, type (
lastest_list_storage_states
from source
List storage states (saved Playwright List storage states (saved Playwright
lastest_list_tests
from source
List all tests in a repository with their latest pass/fail status. List all tests in a repository with their latest pass/fail status.
lastest_list_tests_by_area
from source
List tests within a specific functional area. List tests within a specific functional area.
lastest_list_test_shares
from source
List public shares anchored on a single test. List public shares anchored on a single test.
lastest_publish_share
from source
Publish a public-share link for a build (or a single test within it). Returns a Publish a public-share link for a build (or a single test within it). Returns a
lastest_qa_summary
from source
Get a comprehensive QA overview for a repository: test health, recent builds, and action items. Get a comprehensive QA overview for a repository: test health, recent builds, and action items.
lastest_reject_baseline
from source
Reject visual changes, marking them as regressions. Accepts one or more diff IDs. Reject visual changes, marking them as regressions. Accepts one or more diff IDs.
lastest_reject_diff
from source
Reject a single visual diff, marking it as a regression. Reject a single visual diff, marking it as a regression.
lastest_review_build
from source
Comprehensive build review: fetches build details, visual diffs, and failed tests into a structured QA summary with action items. Comprehensive build review: fetches build details, visual diffs, and failed tests into a structured QA summary with action items.
lastest_revoke_share
from source
Revoke a public share by its share ID. The Revoke a public share by its share ID. The
lastest_run_tests
from source
Trigger a test build and return structured results. Can run all tests in a repo, all tests inside one functional area, or specific test IDs. Pass Trigger a test build and return structured results. Can run all tests in a repo, all tests inside one functional area, or specific test IDs. Pass
lastest_update_area
from source
Update a functional area Update a functional area
lastest_update_playwright_settings
from source
Upsert repo-level Playwright settings. Pass any subset of fields \u2014 unknown keys are rejected, unspecified ones stay at their current value. Use this when the demo skill needs… Upsert repo-level Playwright settings. Pass any subset of fields \u2014 unknown keys are rejected, unspecified ones stay at their current value. Use this when the demo skill needs to retarget a repo at a different browser, viewport, or error policy without touching every test individually.
lastest_update_repo
from source
Update a repository Update a repository
lastest_update_setup_script
from source
Update a setup script Update a setup script
lastest_update_test
from source
Update a test Update a test
lastest_verify_build
from source