Add Test
Automates adding test data sets to Snap Logic pipelines for validation and quality assurance purposes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add add-test npx -- -y @trustedskills/add-test
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"add-test": {
"command": "npx",
"args": [
"-y",
"@trustedskills/add-test"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, add-test, provides functionality for adding test cases within a Robot Framework environment. It allows you to define and execute tests programmatically, enhancing automation workflows. The skill is part of the snaplogic/snaplogic-robotframework-examples collection.
When to use it
- Automating repetitive testing tasks in software development projects.
- Integrating Robot Framework test execution into larger CI/CD pipelines.
- Generating test cases dynamically based on data or configuration files.
- Extending the capabilities of Robot Framework with custom test logic.
Key capabilities
- Adds test cases to a Robot Framework project.
- Provides programmatic control over test case creation and execution.
- Integrates with existing Robot Framework workflows.
Example prompts
- "Add a new test case named 'LoginSuccess' to my Robot Framework suite."
- "Create a test case that verifies user registration with valid credentials."
- "Generate a test case for checking the functionality of API endpoint '/users'."
Tips & gotchas
This skill requires familiarity with Robot Framework and its syntax. Ensure your environment is properly configured with Robot Framework before using this skill to avoid errors during test execution.
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.