How do you test your vibecoded apps?

by

Do you ask the agent to write unit test, or any integration/e2e tests to cover the app regression? Or do you just test it manually?

14 views

Add a comment

Replies

Best

I use Playwright, manual tests with claude (lots of them). I might even throw a little cli tool to simulate real life workflows

 Sounds good! I also tried asking Claude to use Playwright MCP, allowing Claude to check UI fixes and reproduce bugs.

 yeah I think that is the fastest