For example, it is possible to save a session id cookie from the first authorization and use it on other feature scenarios. Of course, there are some design minuses, and it, probably won't work this way with laravel. But for some vanilla PHP projects for testing purposes, it's possible to use this approach. It can speeds up tests execution for 1 second for each scenario with the admin area. If it is 300 tests, it saves 5 minutes of each run.