Run Tests
Run Tests automatically executes pre-defined test cases to ensure your SnapLogic flows function correctly and reliably, preventing errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add run-tests npx -- -y @trustedskills/run-tests
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"run-tests": {
"command": "npx",
"args": [
"-y",
"@trustedskills/run-tests"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill executes Robot Framework test suites. It allows AI agents to run automated tests, analyze results, and report on the success or failure of specific test cases. The skill is designed for integration with existing Robot Framework testing infrastructure.
When to use it
- Automated Regression Testing: Run a suite of tests after code changes to ensure no regressions were introduced.
- Continuous Integration/Continuous Delivery (CI/CD): Integrate into CI/CD pipelines to automatically execute tests on new builds.
- Smoke Testing: Quickly verify core functionality by running a small subset of critical test cases.
- Test Reporting: Generate reports summarizing the results of executed tests, including pass/fail rates and error messages.
Key capabilities
- Executes Robot Framework test suites.
- Analyzes test execution results.
- Provides reporting on test outcomes.
Example prompts
- "Run the 'sanity_tests' suite."
- "Execute all tests in the 'regression' folder and report any failures."
- "Please run the 'login_workflow' test case and tell me if it passed or failed."
Tips & gotchas
- Requires Robot Framework to be installed and configured within the environment where the AI agent is running.
- The skill may require specific file paths or command-line arguments for proper execution, depending on your Robot Framework setup.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.