diff --git a/.wp-env.json b/.wp-env.json index bbdab50c..77b948bd 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,9 +1,9 @@ { - "core": null, - "plugins": [ - "https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip" - ], - "themes": [ - "./" - ] + "core": null, + "plugins": [ + "https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip" + ], + "themes": ["./"], + "port": 8801, + "testsPort": 8802 } diff --git a/package.json b/package.json index faf470af..9a11423d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "expect-puppeteer" ], "globals": { - "STORE_URL": "http://localhost:8889" + "STORE_URL": "http://localhost:8801" } }, "license": "GPL-2.0+",