test-automator
Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engineering. Build scalable testing strategies with advanced CI/CD integration. Use PROACTIVELY for testing automation or quality assurance.
Author
Category
Development ToolsInstall
Hot:2
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-test-automator&locale=en&source=copy
test-automator - AI-Driven Test Automation Expert
Skill Overview
test-automator is a skill focused on AI-driven test automation expertise, helping you master modern testing frameworks, self-healing tests, and comprehensive quality engineering—building scalable CI/CD testing strategies.
Suitable Scenarios
When you need to set up a complete test automation system for your project, test-automator provides end-to-end guidance—from framework selection and architecture design to CI/CD integration—supporting popular tools such as Playwright, Selenium, and Appium.
When you want to adopt Test-Driven Development (TDD) methodology, this skill helps you practice the red-green-refactor loop, generate failing tests, guide minimal implementations, and supports two TDD styles: the Chicago School and the London School.
When you want to apply AI technology to test automation, test-automator offers guidance on cutting-edge solutions such as self-healing testing, AI-driven test case generation, and visual AI testing, supporting tools like Testsigma, Testim, and Applitools.
Core Capabilities
Supports implementation and best practices for a wide range of testing frameworks, including cross-browser automation (Playwright, Selenium), mobile testing (Appium, XCUITest), API testing (Postman, REST Assured), and performance testing (K6, JMeter).
Provides core TDD capabilities such as test-first development, generating and validating failing tests, guidance for minimal implementations, and safe verification during refactoring, including TDD metric tracking and team adoption strategies.
Guides you to integrate test automation into pipelines such as Jenkins, GitLab CI, and GitHub Actions—enabling parallel test execution, dynamic test selection, containerized test environments, and aggregated test reports.
FAQs
What is test automation?
Test automation refers to using software tools and scripts to run test cases, replacing the manual testing process. It improves testing efficiency, enables fast execution of regression tests, and supports continuous integration and continuous delivery workflows.
What is the red-green-refactor process in TDD?
The red-green-refactor loop in TDD (test-driven development) includes three steps:
1) Write a failing test (red);
2) Write the smallest amount of code to make the test pass (green);
3) Refactor the code to optimize its structure.
This loop repeats continuously and drives feature development.
Should I choose Playwright or Selenium?
Playwright is a next-generation automation tool with faster execution speed, better reliability, and built-in waiting mechanisms—making it ideal for new projects. Selenium has a more mature ecosystem and a richer set of community resources, making it suitable for teams with existing Selenium foundations. It’s recommended that new projects prioritize Playwright.