run-e2e-tests Skill
Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes. Published by microsoft in vscode-python-environments.
What is run-e2e-tests Skill?
Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes. Published by microsoft in vscode-python-environments. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use run-e2e-tests Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-python-environments
- Skill file: .github/skills/run-e2e-tests/SKILL.md
What it does
Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.
Skill instructions
Run E2E (end-to-end) tests to verify complete user workflows work correctly. When to Use This Skill - Before submitting a PR with significant changes - After modifying environment discovery, creation, or selection logic - Before a release to validate full workflows - When user reports a workflow is broken Note: Run smoke tests first. If smoke tests fail, E2E tests will also fail. Quick Reference | Action | Command | | ----------------- | -------------------------------------------------------------- | | Run all E2E tests | npm run compile && npm run compile-tests && npm run e2e-test | | Run specific test | npm run e2e-test -- --grep "discovers" | | Debug in VS Code | Debug panel → "E2E Tests" → F5 | How E2E Tests Work Unlike unit tests (mocked) and smoke tests (quick checks), E2E tests: 1. Launch a real VS Code instance with the extension 2. Exercise complete user workflows via the real API 3. Verify end-to-end behavior (discovery → selection → execution) They take longer (1-3 minutes)
Explore related resources
Frequently asked questions
What is run-e2e-tests?
run-e2e-tests is a open-source AI agent skill with Copy skill directory. Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.
Who is run-e2e-tests best for?
run-e2e-tests is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install run-e2e-tests?
Install or run run-e2e-tests using Copy skill directory. Check run-e2e-tests for the latest setup command.
Is run-e2e-tests actively maintained?
run-e2e-tests may need a closer maintenance check before production use.
Auto-fetched from GitHub.