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

nordic-conf-pw

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

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

이 저장소의 skills

playwright-mcp-workflow
소프트웨어 품질 보증 분석가·테스터

Decide WHEN to drive the browser MCP, WHEN to invoke a Playwright Test Agent (planner/generator/healer), and WHEN to just edit files. The orchestrator skill — read this first when a Playwright task comes in.

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

Mix API calls into Playwright suites — pure API tests via the request fixture and hybrid tests that seed state via API then assert through the UI. Use when login/setup is slow, when verifying side-effects, or for API regression coverage alongside UI.

2026-06-03
playwright-bug-hunting
소프트웨어 품질 보증 분석가·테스터

Use Playwright as an investigation tool, not just a regression suite — broken-image audits, console-error capture, failed-request capture, negative-path tests, accessibility scans. Use during exploratory testing or whenever a real bug is suspected but not reliably reproducible.

2026-06-03
playwright-debugging
소프트웨어 품질 보증 분석가·테스터

Unblock a failing or hard-to-author Playwright test — UI mode, codegen, trace viewer, Inspector, page.pause(), failure artifacts. Use whenever a test fails mysteriously, when you need to discover a locator, or when stepping through a flow.

2026-06-03
playwright-fixtures-auth
소프트웨어 품질 보증 분석가·테스터

Build custom Playwright fixtures, skip repeated login with storage state, and keep tests isolated so they run in any order in parallel. Use when tests need auth, share setup, or are slow because every test re-logs-in.

2026-06-03
playwright-locators
소프트웨어 품질 보증 분석가·테스터

Pick locators that survive UI changes and lean on Playwright's auto-waiting to kill flakes. Use when authoring or refactoring a spec, replacing brittle CSS/XPath, or chasing flaky failures.

2026-06-03
playwright-network-mocking
소프트웨어 품질 보증 분석가·테스터

Make tests deterministic and fast by controlling the network — page.route for stubs, HAR record/replay, request/response modification, WebSocket mocking. Use when tests are flaky due to a slow/unreliable backend, when testing edge-case responses, or when running CI without external services.

2026-06-03
playwright-page-object
소프트웨어 품질 보증 분석가·테스터

Compact reference for organising Playwright tests with page objects. Use when adding a new page or refactoring a spec that has grown messy. Not a style lecture — see sibling skills for locators, fixtures, debugging, etc.

2026-06-03