메인 내용으로 이동

Vibe Coding Prompts

Add Playwright tests and Vitest spec tests. First, start by looking at Playwright config files, package.json files, and test config files, then search for some testing examples already existing in the code repository, if it exists. Then, implement the test case.
Consider 5-7 potential sources of the problem, narrow them down to 1-2 most likely sources, and then add logs to confirm your assumptions before implementing the actual code fix.