Add the following options to your Playwright Config to disable CORS depending on your usecase. { use: { bypassCSP: true, // add this to disable cors launchOptions: { args: ['--disable-web-security'], // add this to di...
jagannath.dev1 min read
No responses yet.