← All skills

HyperExecute Skill

Cloud testingYAML

Copy and Paste in your Terminal

npx skills add https://github.com/LambdaTest/agent-skills.git --skill hyperexecute-skill

Overview

When to Apply: Reference when orchestrating test execution at scale on cloud infrastructure, configuring parallel test distribution across machines, or needing framework-agnostic cloud execution (works with any test framework). Triggers on "HyperExecute", "hyperexecute.yaml", "test orchestration", "fast parallel tests".

Rule Categories by Priority:

PriorityCategoryImpactPrefix
1Execution ModeCRITICALmode-
2Test DiscoveryCRITICALdiscovery-
3ConcurrencyHIGHconcurrency-
4Pre/Post HooksHIGHhook-
5Retry StrategyMEDIUMretry-
6CI/CD IntegrationMEDIUMci-

Quick Reference:

  1. Execution Mode (CRITICAL) mode-autosplitUse autosplit: true with dynamic discovery for intelligent parallelism mode-matrix — Use matrix for cross-browser/OS combinations mode-hybrid — Use hybrid for static test suite files
  2. Test Discovery (CRITICAL) discovery-dynamicPrefer mode: dynamic for auto-splitting across machines discovery-grep — Use grep to find test files: grep -rn 'test(' tests/ --include='*.spec.ts' -l discovery-framework-specific — Tailor discovery command per framework (Playwright, Cypress, pytest, Maven)
  3. Concurrency (HIGH) concurrency-highSet concurrency: 10+ to maximize HyperExecute speed concurrency-retry — Enable retryOnFailure: true with maxRetries: 2 for flaky resilience

Playbook Deep Dive (8 sections): §1 Core Configuration · §2 Matrix Configuration · §3 Advanced Features · §4 CLI Usage & Execution · §5 CI/CD Integration · §6 Multiple Config Files Strategy · §7 Debugging Table · §8 Best Practices

The agent loads from 1 on-demand reference files (playbook.md) containing detailed implementation guides, cloud integration patterns, debugging tables, and language-specific best practices.

For full reference, implementation samples, and cloud setup, see the Documentation, Playbook, Advanced patterns tabs.