Tag: automated-testing
Automated Frontend Integration Test Generation
Analyses git diffs to identify changed frontend components and pages, then plans and writes integration tests using MSW and Vitest. It automates the creation of test coverage by identifying API endpoints and implementing appropriate mock ha…
Skill Creator for Agentic Workflows
An agentic skill for the end-to-end development of new skills, covering drafting, quantitative evaluation, and iterative refinement. It assists in capturing user intent, authoring structured SKILL.md files, and optimising descriptions for i…
Automated AI Agent Test Case Generation
Automate the creation of test suites for AI agents by generating cases from SKILL.md files, manual descriptions, or by capturing live agent interactions via a proxy.
Playwright E2E Testing Patterns and Best Practices
A comprehensive guide to implementing stable and maintainable end-to-end testing using Playwright, covering Page Object Model, CI/CD integration, and flaky test mitigation strategies.
Automated Feature Implementation Workflow
An automated workflow for executing feature units by managing configuration, documentation, testing, and spec-to-implementation alignment.
Browser QA Flow Orchestrator
Orchestrates browser-based QA test flows by executing predefined specifications and generating detailed JSON and Markdown reports. It supports parallel execution, flow filtering by priority or group, and captures screenshots for failed test…
Independent Contract Compliance Verifier
This skill independently validates that a software implementation satisfies its defined contract by reading acceptance criteria, generating new test cases, and executing them using the project's existing toolchain. It serves as a secondary …
Playwright E2E Test Generation Workflow
A three-agent workflow for planning, generating, and repairing automated Playwright end-to-end tests for the Opik application. It utilises a planner, generator, and healer to maintain test suites using established page objects and fixtures.
LiteLLM Automated Testing Skill
A minimal skill implemented for automated testing purposes within the LiteLLM framework.
Automated Frontend Integration Test Generation
Analyses frontend git diffs to identify changed components and pages, then plans and implements integration tests using Vitest and MSW. It automates the creation of test coverage by mapping API endpoints to mock service worker handlers.
Automated end-to-end pull request testing
Automates end-to-end testing of pull requests by building environments with Docker Compose and verifying system state via browser interactions and API calls. It captures screenshots and posts detailed test reports directly to GitHub PR comm…
Automating Pull Request Creation and Review
This skill guides agents through a complete pull request workflow, encompassing pre-flight checks, test verification, and template-based PR creation. It manages the entire lifecycle from initial commit to addressing automated or human revie…
Automated Code Review and Linting Skill
An agentic skill designed to automate code reviews by checking for style guide compliance, running automated linting scripts, and identifying security vulnerabilities or performance issues.
Test Coverage Improver
This skill automates the assessment and enhancement of test coverage by running coverage suites, identifying low-coverage files, and proposing impactful test cases for user approval.
Automated diff-driven smoke testing
Automates smoke testing by analysing git diffs to identify changes and executing targeted browser-based validation sequences. It utilises Skyvern browser tools to navigate, interact, and validate application state, reporting results directl…
Automated Diff-Driven QA Validation
This skill automates code validation by analysing git diffs to determine the appropriate testing strategy for frontend, backend, or mixed changes. It executes targeted browser automation, API requests, or repository-native tests to report p…
WAIaaS Automated User Acceptance Testing
An automated system for AI agents to execute markdown-based test scenarios for verifying WAIaaS functions across various blockchain networks. It manages session lifecycles, wallet selection, and transaction simulation during the testing pro…
Bootstrap Realtime Evaluation Environments
Automates the scaffolding of new realtime evaluation environments within the OpenAI cookbook by configuring harnesses, prompts, tools, and datasets. It includes automated validation via smoke and full evaluation runs to ensure the new setup…