mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Ignore ddev ssl errors in playwright
This commit is contained in:
parent
af34a0cbce
commit
eca9e1d10a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const config = {
|
|||
timeout: 30000,
|
||||
use: {
|
||||
baseURL: process.env.BASEURL,
|
||||
ignoreHTTPSErrors: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue