# front-end testing

Testing Your Front-End: Dividing your time and resources

Now that front-ends are built with frameworks, they come with their own test suites. Unit tests are fast, but with a front-end, it’s much easier for a unit to work and not integrate well. End-to-end tests and visual tests help fill the gap but run slowly. What’s the best way to divide your time?

Link