Automated Testing

For those of you who’ve implemented automated testing, how do you do it? Do you execute Playwright scripts that you or Agent create?

I find that manual testing beyond happy path testing can be tedious and not exactly the best use of my time. Agent set up some playwright test for me and tagged many of my UI elements to support this. I’m just checking in with the community for any tips and guidance.

The automated browser-based testing that Replit provides is way too slow and basically unusable IMO.