DEV Community

Discussion on: Understand Django: Test Your Apps

Collapse
 
mblayman profile image
Matt Layman

I think Selenium is a fine choice, but I find that it's a lot of overhead. The vast majority of my projects don't really require that level of testing. I might reach for Selenium more if I was doing SPAs with React or something, but I prefer server side rendering so the Django test client suits my needs for most scenarios.