원클릭으로
test
Guidelines for frontend component and E2E testing in FinanzApp.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines for frontend component and E2E testing in FinanzApp.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | test |
| description | Guidelines for frontend component and E2E testing in FinanzApp. |
Quality assurance in the Backend involves checking business logic, data persistence, and API behavior using xUnit and Moq.
Services and Domain.EF Core In-Memory database to validate repository logic and business rules that involve data persistence without needing a real SQL Server.WebApplicationFactory to test the full API pipeline (Controllers + Services + DB) by making real HTTP calls to a test server.FluentAssertions if available, or standard Assert methods from xUnit.[Subject]_[Scenario]_[ExpectedResult].
GetById_UserDoesNotExist_ReturnsNotFound.Mandatory rule requiring a corresponding test file for every business logic file and UI component.
Guidelines for naming test folders and namespaces following the Unit.[Component] convention.
Catalog of all specialized skills used across the FinanzApp project (Frontend & Backend).
Guidelines for clean code, readability, and the "No Comments" policy.
Mandatory rule for EF Core migrations and database updates.
Mandatory rules for automatically updating README.md when creating files or tests.