Firebase Testing
Helps with Firebase, testing as part of testing, debugging, and quality assurance workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add firebase-testing npx -- -y @trustedskills/firebase-testing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"firebase-testing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/firebase-testing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to run tests against your Firebase projects. It provides functionality for executing unit, integration, and end-to-end tests directly within a development environment or CI/CD pipeline. The tool streamlines testing workflows by automating test execution and reporting results.
When to use it
- Automated Testing: Integrate into a CI/CD pipeline to automatically run Firebase tests on every code commit.
- Local Development: Quickly execute tests locally during development to verify changes before pushing them.
- Regression Testing: Ensure existing functionality remains intact after making modifications to your Firebase project.
- Component Isolation: Test individual components of your Firebase application in isolation.
Key capabilities
- Test execution within a Firebase environment.
- Automated test reporting.
- Support for various testing types (unit, integration, end-to-end).
- Integration with CI/CD pipelines.
Example prompts
- "Run all tests in my Firebase project."
- "Execute the 'user_authentication' integration tests."
- "Generate a test report for the last commit."
Tips & gotchas
Requires a configured Firebase project and appropriate testing framework setup within that project. Ensure your environment has the necessary dependencies installed before running tests.
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.