E2e Test
Skill ActiveRun Cypress E2E tests, analyze failures including screenshots, and stress test for flakiness
To automate the execution and analysis of end-to-end tests for Metabase, ensuring test stability and identifying potential issues efficiently.
Features
- Run Cypress E2E tests with arguments
- Analyze test failures including screenshots
- Stress test for test flakiness
- Manage Enterprise Edition tokens and OSS mode
- Handle test snapshot generation and usage
Use Cases
- Running specific Cypress E2E test scenarios
- Debugging and understanding the root cause of test failures
- Verifying the stability of tests and detecting flaky behavior
- Setting up tests for new features or bug fixes
Non-Goals
- Writing new Cypress tests
- Modifying the Metabase application code
- Debugging non-test related Metabase issues
- Managing the Metabase deployment itself
Workflow
- Determine if enterprise tokens are required and set.
- Check for existing snapshots and decide whether to regenerate.
- Execute Cypress tests using `bun test-cypress` with appropriate arguments.
- Analyze test failures by reviewing screenshots and console output.
- For flakiness detection, run `e2e-stress-test`.
Prerequisites
- Metabase repository cloned locally
- Node.js and Bun installed
- Cypress installed within the Metabase project
- Appropriate Metabase enterprise tokens if running EE tests
Trust
- warning:Issues AttentionOpen issues (418) significantly outnumber closed issues (321) in the last 90 days, suggesting slow response times or a large backlog.
Installation
npx skills add metabase/metabaseRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
Trust Signals
Similar Extensions
Telegram Crabbox E2e Proof
100Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Agent Browser
100Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Playwright Best Practices
100Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.
E2E Testing Patterns
98Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
E2e Test Create
98Analyze React component source code to understand UI structure, then generate idiomatic Cypress E2E tests following Metabase conventions. Falls back to Playwright MCP browser exploration only when code reading and screenshot debugging are insufficient.