This skill should be used in any OPA5 task - creating, modifying, extending, debugging, fixing or reviewing an integration test. Use when the user asks to "write an OPA5 test", "add an OPA5 journey", "fix the OPA5 test failure" or mentions OPA5 or its components - opaTest, page object, journey, waitFor.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
This skill should be used in any OPA5 task - creating, modifying, extending, debugging, fixing or reviewing an integration test. Use when the user asks to "write an OPA5 test", "add an OPA5 journey", "fix the OPA5 test failure" or mentions OPA5 or its components - opaTest, page object, journey, waitFor.
OPA5 Guidelines and Tools
Handle Special Cases (follow when planning and writing an OPA5 test)
Initial Configuration for OPA5 Test → follow references/configuration.md
If the test-case spans multiple views → follow references/handle-multiple-views.md
Teardown the App → follow references/handle-teardown.md
Set Up Browser Inspection Tools (follow before running the OPA5 test)
Purpose: Efficient inspection of test failures with minimal steps.
Prerequisites: A tool to load the OPA5 test in the browser and evaluate javascript in the browser window (e.g. MCP Playwright)
Instructions: → follow references/setup-inspection-tools.md