Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

test-automation-skills

test-automation-skills에는 AbhiRKeesara에서 수집한 skills 17개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
17
Stars
0
업데이트
2026-02-09
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

accessibility-testing
소프트웨어 품질 보증 분석가·테스터

Accessibility (a11y) testing patterns with Playwright and axe-core. Use when adding WCAG 2.1 compliance checks, keyboard navigation testing, screen reader compatibility, or color contrast validation to your test suite.

2026-02-09
authentication-testing
소프트웨어 품질 보증 분석가·테스터

Storage state reuse, 2FA/TOTP testing, multi-role auth, session management, OAuth flows, and secure credential handling in Playwright

2026-02-09
cicd-integration
소프트웨어 품질 보증 분석가·테스터

GitHub Actions setup, parallel execution, sharding, test filtering, artifact management, and pipeline optimization for Playwright tests

2026-02-09
test-fixtures-setup
소프트웨어 품질 보증 분석가·테스터

Custom fixtures, test.extend(), setup/teardown projects, global setup, and test lifecycle management in Playwright

2026-02-09
action-utilities
소프트웨어 품질 보증 분석가·테스터

UIActions pattern for centralized Playwright interactions. Use when implementing clean page object interactions, creating reusable action classes for buttons, inputs, dropdowns, checkboxes, or building a centralized interaction gateway.

2026-02-08
api-testing
소프트웨어 품질 보증 분석가·테스터

REST API testing patterns using Playwright built-in request context. Use when testing backend APIs, setting up test data via API calls, validating request/response schemas, handling authentication, or mocking API responses for isolated UI testing.

2026-02-08
assertion-utilities
소프트웨어 품질 보증 분석가·테스터

AssertUtils and ExpectUtils patterns for centralized test validation in Playwright. Use when implementing reusable assertions, soft assertions, or building a consistent validation layer across your test suite.

2026-02-08
code-organization
소프트웨어 품질 보증 분석가·테스터

Best practices for organizing Playwright test code by business domain. Use when setting up new projects, reorganizing test structure, establishing naming conventions, or deciding folder layout for page objects, utilities, and fixtures.

2026-02-08
debugging-troubleshooting
소프트웨어 품질 보증 분석가·테스터

Debugging and troubleshooting techniques for Playwright tests. Use when debugging flaky or failing tests using Playwright Inspector, trace viewer, video analysis, console/network debugging, or systematic troubleshooting.

2026-02-08
error-handling
소프트웨어 품질 보증 분석가·테스터

Error handling patterns for Playwright tests including network failures, timeouts, and retries. Use when testing app error states, implementing retry logic, handling flaky elements, configuring timeouts, or adding graceful degradation tests.

2026-02-08
localization-testing
소프트웨어 품질 보증 분석가·테스터

Internationalization (i18n) and localization (l10n) testing with Playwright. Use when testing multi-language apps, validating date/number/currency formats across locales, testing RTL layouts, pluralization rules, or translation file completeness.

2026-02-08
migration-patterns
소프트웨어 품질 보증 분석가·테스터

Framework migration guide for moving from Puppeteer, Selenium, or Cypress to Playwright. Use when planning or executing incremental test migration, checking code reusability, or organizing migrated tests by business domain.

2026-02-08
page-object-model
소프트웨어 품질 보증 분석가·테스터

Complete POM design patterns for Playwright test automation. Use when building maintainable test architecture, creating page objects, base pages, component objects, page factories, or flow objects for multi-page journeys.

2026-02-08
performance-testing
소프트웨어 품질 보증 분석가·테스터

Web Vitals and load time testing patterns with Playwright. Use when measuring Core Web Vitals (LCP, FID, CLS), setting performance budgets, analyzing network performance, or profiling resource loading times.

2026-02-08
playwright-best-practices
소프트웨어 품질 보증 분석가·테스터

Core patterns for writing maintainable, reliable Playwright tests with TypeScript. Use when writing new tests, refactoring existing ones, or reviewing test quality. Covers test structure, selectors, waits, assertions, page objects, fixtures, and common anti-patterns.

2026-02-08
selector-strategies
소프트웨어 품질 보증 분석가·테스터

Resilient selector patterns for Playwright using accessibility-first approach. Use when finding elements, improving test stability, or replacing brittle CSS/XPath selectors. Covers getByRole, getByLabel, getByPlaceholder, getByText, getByTestId priority hierarchy.

2026-02-08
visual-regression-testing
소프트웨어 품질 보증 분석가·테스터

Screenshot comparison patterns for catching unintended UI changes with Playwright. Use when setting up visual regression tests, configuring screenshot thresholds, handling dynamic content, or integrating visual checks into CI/CD pipelines.

2026-02-08