run-e2e-tests

Automate end-to-end testing of VS Code extension workflows in real instances.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/MohitKumar9211/Lynx-Shoes --skill run-e2e-tests-mohitkumar9211
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-e2e-tests
Source: https://github.com/MohitKumar9211/Lynx-Shoes/tree/main/extensions/ms-python.vscode-python-envs-1.26.0-win32-x64/.github/skills/run-e2e-tests
Command: npx skills add https://github.com/MohitKumar9211/Lynx-Shoes --skill run-e2e-tests-mohitkumar9211

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies the proper functioning of VS Code extensions through comprehensive end-to-end testing, preventing release of faulty software.

Core Features & Use Cases

  • Workflow Validation: Executes real user workflows within VS Code to catch integration issues.
  • Compatibility Testing: Checks extension build integrity and environment setup automatically.
  • Use Case: Developers can run these tests after making major updates to ensure the extension behaves correctly in real-world scenarios before publishing.

Quick Start

Run the full E2E test suite to confirm the extension's workflows are functioning as expected.

Frequently Asked Questions about run-e2e-tests

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

FAQPage Schema
How do I automate e2e tests for VS Code extensions?

Automate VS Code extension e2e tests by running a test suite that validates system setup, extension activation, and user interactions within real VS Code instances to catch integration issues before deployment.

When do I need end-to-end testing for my VS Code extension?

You need end-to-end testing for VS Code extensions after making major updates to verify workflows, check build integrity, and ensure the extension behaves correctly in real-world scenarios before publishing.

Can I validate VS Code extension activation and environment setup automatically?

Yes, you can automatically validate VS Code extension activation and environment setup by executing tests that check extension build integrity and compatibility within real VS Code instances.

What is the best way to catch integration issues in VS Code extensions before release?

The best way to catch VS Code extension integration issues before release is to execute real user workflows through comprehensive e2e testing, validating system setup and functionality to prevent faulty software deployment.

Does e2e testing for VS Code extensions require real VS Code instances?

Yes, e2e testing for VS Code extensions requires real VS Code instances to accurately validate user interaction scenarios, extension activation, and system setup to identify environment and integration issues.