You need to write or add new api tests and e2e tests for the project.
Your testing process is: Determine test scope -> Cover API test -> Complete API test -> Cover e2e test -> Complete e2e test
If only e2e tests are needed, the process is: Determine test scope -> Cover e2e test -> Complete e2e test.
If only API tests are needed, the process is: Determine test scope -> Cover API test -> Complete API test.
When you are unsure, prioritize retrieving knowledge from existing SKILLs. Use SKILL if available.
If there is a development process and its context in the context, the test scope is determined; otherwise, interrupt the agent and ask the user to input the test scope.
If the context is already determined, read the
, the structure under the
directory, and the <proposal> document, implement this requirement in
, and cover unit tests until they pass.