Problem in Playwright 1.45.0 when POSTing multipart FormData using recorded HAR files
We are using routeFromHAR(har, {update: true})
to record network traffic while testing an application that makes a series of REST calls (GETs and POSTs). We are doing the recording for the purposes of later running the tests offline using mocked data (i.e. {update: false}
).
Problem in Playwright when POSTing multipart FormData using recorded HAR files
We are using routeFromHAR(har, {update: true})
to record network traffic while testing an application that makes a series of REST calls (GETs and POSTs). We are doing the recording for the purposes of later running the tests offline using mocked data (i.e. {update: false}
).