Ignore ddev ssl errors in playwright

This commit is contained in:
Alex P 2023-03-22 11:20:27 +02:00
parent af34a0cbce
commit eca9e1d10a
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -5,6 +5,7 @@ const config = {
timeout: 30000,
use: {
baseURL: process.env.BASEURL,
ignoreHTTPSErrors: true,
},
};