benchmark-e2e

Run end-to-end benchmark tests for Vercel plugins and generate performance reports.

Updated May 31, 2026
One-click install
npx skills add https://github.com/vinhnguyenn020325-cmd/dinzkorea --skill benchmark-e2e-vinhnguyenn020325-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-e2e
Source: https://github.com/vinhnguyenn020325-cmd/dinzkorea/tree/main/.test-vercel-plugin/.claude/skills/benchmark-e2e
Command: npx skills add https://github.com/vinhnguyenn020325-cmd/dinzkorea --skill benchmark-e2e-vinhnguyenn020325-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The benchmark-e2e skill automates the evaluation of Vercel plugins, addressing the need for standardized testing and performance monitoring in plugin development.

Core Features & Use Cases

  • End-to-End Testing: Runs a suite of realistic project scenarios to test the functionality of Vercel plugins.
  • Performance Analysis: Provides detailed reports on plugin performance, including execution time and success rates.
  • Quick and Full Suite Runs: Offers a quick run for the first three projects and a full suite run for comprehensive testing.
  • Automated Self-Improvement Loop: Allows continuous testing and improvement over time by re-running the suite at regular intervals.

Quick Start

Execute the full benchmark suite by running: bun run scripts/benchmark-e2e.ts

Frequently Asked Questions about benchmark-e2e

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end testing for Vercel plugins?

Automating end-to-end testing for Vercel plugins involves running a comprehensive test suite with realistic project scenarios. You can execute the benchmark script to automatically evaluate plugin functionality and generate detailed performance reports.

What is the best way to monitor Vercel plugin performance during development?

Monitoring Vercel plugin performance is best handled by running an automated benchmarking suite that provides detailed reports on execution time and success rates. This ensures plugins perform as expected under various conditions throughout development.

Does the benchmark-e2e skill support quick test runs for faster feedback?

The benchmark-e2e skill supports quick test runs by evaluating only the first three projects in the suite. This offers faster feedback during active development before committing to a full comprehensive test run.

Can I set up continuous performance monitoring for Vercel plugins?

Continuous performance monitoring for Vercel plugins is possible using the automated self-improvement loop. By re-running the test suite at regular intervals, you can continuously evaluate execution times and ensure consistent plugin quality over time.

Do I need specific scripts to run Vercel plugin benchmarks?

Running Vercel plugin benchmarks requires specific scripts for project setup and testing. You execute the full benchmark suite by running the provided benchmark script, which handles the end-to-end evaluation process and generates performance analysis reports.