AndrewDV8's avatar

AndrewDV8 wrote a comment+100 XP

2mos ago

@radmax I am experiencing this exact same issue. 🫤

What I have been able to determine is the following: We’re not missing anything in our test or form. multipart/form-data requests are empty in Pest browser tests because the Pest plugin’s in-test HTTP server only parses application/x-www-form-urlencoded and never parses multipart (or files).