
Skill
run-tests-on-hyperexecute
run parallel tests on HyperExecute
Description
Generate HyperExecute YAML config and run tests on TestMu AI HyperExecute using generateHyperExecuteYAML and getHyperExecuteJobInfo MCP tools. Use for fast parallel test execution with Selenium/Playwright/Cypress/TestNG/Pytest.
SKILL.md
Run Tests on HyperExecute
When to Use
- Setting up test execution on TestMu AI HyperExecute
- Generating HyperExecute YAML configuration files
- Running parallel tests across browsers and platforms
- Checking HyperExecute job status and session results
MCP Tools Used
generateHyperExecuteYAML- Generate HyperExecute YAML config for your test frameworkgetHyperExecuteJobInfo- Fetch job details, status, and test resultsgetHyperExecuteJobSessions- Fetch session-level details for a job
Steps
1. Generate HyperExecute YAML Config
Use the generateHyperExecuteYAML MCP tool:
"Generate a HyperExecute YAML for my Playwright tests in JavaScript"
"Create HyperExecute config for my Pytest tests with 5 parallel sessions"
"Generate YAML config for my TestNG-Selenium tests in Java"
What the tool does:
- Detects your test framework and language
- Generates a complete
hyperexecute.yamlconfiguration - Sets up parallel execution, caching, pre-commands, and test discovery
- Validates the config and warns about potential issues
Supported Frameworks:
- JavaScript: Playwright, Cypress, Jest, Mocha, WebDriverIO, Selenium, Puppeteer, Taiko, Protractor, TestCafe
- Python: Pytest, Behave, Robot Framework, Selenium, Appium
- Java: TestNG, JUnit, Cucumber, Selenium, Appium, REST-Assured
- Ruby: RSpec, Capybara, Cucumber, Minitest
- C#: NUnit, xUnit, MSTest, SpecFlow
- PHP: PHPUnit, Codeception, Behat
- Go: Testing, Testify, Ginkgo
2. Check Job Status
Use getHyperExecuteJobInfo to monitor your running job:
"Get status of HyperExecute job abc123"
"Show me the results of my last HyperExecute run"
3. View Session Details
Use getHyperExecuteJobSessions to inspect individual sessions:
"Get session details for HyperExecute job abc123"
"Show me the first 10 sessions from job xyz789"
Common Scenarios
Generate Config for Different Frameworks:
"Generate HyperExecute YAML for Playwright tests in TypeScript"
"Create HyperExecute config for Cypress with Chrome and Firefox"
"Generate YAML for my Selenium-TestNG tests with 10 parallel sessions"
Monitor and Debug Jobs:
"Get status of HyperExecute job 12345"
"Show session details for my HyperExecute job"
"What's the result of job abc123?"
Example Workflow
User: "I want to run my Playwright tests on HyperExecute"
Steps:
- Generate config:
"Generate HyperExecute YAML for my Playwright tests in JavaScript" - Tool creates
hyperexecute.yamlwith optimal settings - User runs tests with HyperExecute CLI
- Check status:
"Get status of HyperExecute job <jobId>" - View sessions:
"Get session details for job <jobId>"
Quick Tips
- Specify your test framework and language for best results
- The YAML generator includes smart defaults for caching, pre-commands, and parallelism
- Use
getHyperExecuteJobInfoto poll job status during execution - Session details include browser, OS, status, and timing information
- Supports 35+ test frameworks across 7 programming languages
More skills from the testmuai-cursor-plugin repository
View all 5 skillsdebug-automation-tests
debug automation test failures
Jul 16AutomationDebuggingQATestingscan-and-fix-accessibility
scan and fix web accessibility issues
Jul 16AccessibilityQATestingWCAGupload-and-test-mobile-app
upload and test mobile apps on TestMu AI
Jul 16AppiumAutomationMobileTestingvisual-regression-testing
perform visual regression testing
Jul 16AutomationQATestingVisual Design
More from TestMu AI (formerly LambdaTest)
View publisherapi-ai-augmented
design AI-powered API features
agent-skills
Jul 16AgentsAPI DevelopmentLLMMCPapi-analyzer
validate and debug API requests
agent-skills
Jul 16API DevelopmentDebuggingTestingapi-compliance-checker
design regulatory compliant API patterns
agent-skills
Jul 16API DevelopmentComplianceSecurityapi-designer
generate REST API endpoint specifications
agent-skills
Jul 16API DevelopmentArchitectureREST APIapi-documentation
generate professional API documentation
agent-skills
Jul 16API DevelopmentDocumentationTechnical Writingapi-fetcher-specific-domains
provide API endpoint specifications
agent-skills
Jul 16API DevelopmentIntegrationsReference