hyperexecute-skill
This skill enables you to set up and verify HyperExecute YAML configurations for running tests across LambdaTest's cloud infrastructure. Automate your test execution pipeline by defining job parameters, parallelization settings, and validation rules directly within your workflow.
hyperexecute-skill guides you through initial setup by helping you create and validate a hyperexecute.yaml configuration file tailored to your test framework. Start by defining your job name, test runner command, and desired parallelization strategy (autosplit, matrix, or concurrency settings). hyperexecute-skill provides templates and validation checks to ensure your configuration is correct before you run tests on LambdaTest's cloud infrastructure, reducing setup errors and accelerating your first test execution.
AI-generated summary based on this skill's SKILL.md
Install
LambdaTest/agent-skills/hyperexecute-skill · repository language: Python
git clone https://github.com/LambdaTest/agent-skills
cp -r agent-skills/hyperexecute-skill ~/.claude/skills/hyperexecute-skillFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I set up HyperExecute for my tests?
hyperexecute-skill guides you through initial setup by helping you create and validate a hyperexecute.yaml configuration file tailored to your test framework. Start by defining your job name, test runner command, and desired parallelization strategy (autosplit, matrix, or concurrency settings). hyperexecute-skill provides templates and validation checks to ensure your configuration is correct before you run tests on LambdaTest's cloud infrastructure, reducing setup errors and accelerating your first test execution.
What is the hyperexecute-skill's role in YAML configuration and validation?
hyperexecute-skill enables you to configure and validate HyperExecute YAML for cloud test execution by verifying that all required fields, parameter syntax, and framework-specific settings are correct. The skill helps you structure your hyperexecute.yaml with proper job definitions, test commands, credential handling, and execution parameters. hyperexecute-skill catches configuration errors early, preventing failed runs and ensuring your tests execute reliably on LambdaTest's cloud platform.
How can hyperexecute-skill help me migrate Selenium tests to HyperExecute?
hyperexecute-skill supports migration of existing test frameworks—including Selenium, Playwright, Cypress, and Pytest—by providing framework-specific guidance and configuration templates. hyperexecute-skill helps you adapt your test runner commands, adjust parallelization strategies, and integrate environment variables needed for cloud execution. The skill streamlines the transition so your existing Selenium test suite runs efficiently on HyperExecute without requiring a complete rewrite.
How do I debug HyperExecute test failures and retrieve logs and artifacts?
hyperexecute-skill assists in debugging test failures by helping you understand how to access job logs, retrieve test artifacts, and interpret error messages from HyperExecute runs. The skill guides you through analyzing failure patterns, configuring proper artifact collection in your hyperexecute.yaml, and using HyperExecute CLI commands to download logs for root-cause analysis. This accelerates troubleshooting and reduces time spent on failed test investigations.
How does hyperexecute-skill support CI/CD pipeline integration?
hyperexecute-skill enables you to integrate HyperExecute into CI/CD pipelines by providing best practices for credential handling, environment variable configuration, and workflow orchestration. The skill helps you set up HyperExecute in platforms like GitHub Actions and other CI systems, ensuring secure credential management and proper job triggering. hyperexecute-skill ensures your cloud test execution integrates seamlessly with your existing deployment and testing workflows.
What performance optimization features does hyperexecute-skill help me configure?
hyperexecute-skill helps you optimize test execution performance by guiding configuration of autosplit, matrix execution, and concurrency tuning parameters within your hyperexecute.yaml. The skill explains how to balance parallelization levels, manage resource allocation, and structure test distribution across cloud nodes. By tuning these settings with hyperexecute-skill's guidance, you can significantly reduce overall test execution time while maintaining reliable results on LambdaTest's infrastructure.
SKILL.md
rendered from the published skill — quoted content, verbatim
HyperExecute Operator
Quick Start
- Locate the HyperExecute CLI. If missing, ask before downloading it unless the user explicitly approved an autonomous HyperExecute session.
- Run
hyperexecute analyzewhen the CLI is available; use local inspection only as fallback. - Create or repair
hyperexecute.yamlfrom the analyze output, project test commands, and templates inreference/. - Run
node scripts/doctor.js --config hyperexecute.yamlandnode scripts/validate-config.js hyperexecute.yaml. - Validate with the official CLI: `./hyperexecute --user "$LT_USERNAME" --key
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 11 files
hyperexecute-skill/SKILL.md
hyperexecute-skill/reference/ci-cd.md
hyperexecute-skill/reference/cli.md
hyperexecute-skill/reference/frameworks.md
hyperexecute-skill/reference/security.md
hyperexecute-skill/reference/troubleshooting.md
hyperexecute-skill/reference/yaml-patterns.md
hyperexecute-skill/scripts/build-command.js
hyperexecute-skill/scripts/doctor.js
hyperexecute-skill/scripts/summarize-artifacts.js
hyperexecute-skill/scripts/validate-config.js