skip to Main Content

Javascript – How to insert the request body?

Help, guys, I have been assigned to research gatling with javascript for performance testing, but I am quite junior and struggling to even make a login request from a project. This is the documentation: https://docs.gatling.io/reference/script/protocols/http/request/#request-name There is also a nice…

VIEW QUESTION

Laravel – Disable View Composer for Blade TestView?

The client wants the layouts.sidebar.blade.php to have a link for users with a certain role. The AppServiceProvider boots a NotificationComposer for all (*) views. The NotificationComposer has the following code $view->with('unreadNotificationCount', count(request()->user()->unreadNotifications)); I want to write a test like the…

VIEW QUESTION
Back To Top
Search