Writing simple "page can be visited" tests is a great way to get started with testing
- ·
- Telegram
- ·
- Newsletter
Does your @laravelphp application have 0 tests? Here is one test you can easily add to get started. It's probably the most important test — in web projects — and it has an enormous value.
✓ Ensures your application boots. ✅ ✓ Ensures the home page can be loaded. 💨