How to make your Laravel (Dusk) tests 3 times Faster
Writing tests in application is really important. Although they increase cost of application at the beginning, in longer run they save a lot of money helping you making changes in existing code base and avoiding serious problems in application after changes you made. However good tests should in my opinion should: test many details of … [Read more…]