diff --git a/plugins/woocommerce/changelog/49597-e2e-run-full-suite-external-hosts b/plugins/woocommerce/changelog/49597-e2e-run-full-suite-external-hosts new file mode 100644 index 00000000000..1b9f7c9a8a3 --- /dev/null +++ b/plugins/woocommerce/changelog/49597-e2e-run-full-suite-external-hosts @@ -0,0 +1,4 @@ +Significance: patch +Type: update + +Run full e2e tests suite against Pressable and WPCOM websites. \ No newline at end of file diff --git a/plugins/woocommerce/tests/e2e-pw/envs/default-pressable/playwright.config.js b/plugins/woocommerce/tests/e2e-pw/envs/default-pressable/playwright.config.js index e8b87b23ce1..29e31e30715 100644 --- a/plugins/woocommerce/tests/e2e-pw/envs/default-pressable/playwright.config.js +++ b/plugins/woocommerce/tests/e2e-pw/envs/default-pressable/playwright.config.js @@ -3,7 +3,6 @@ const { devices } = require( '@playwright/test' ); config = { ...config, - retries: 0, projects: [ { name: 'default pressable', diff --git a/plugins/woocommerce/tests/e2e-pw/envs/default-wpcom/playwright.config.js b/plugins/woocommerce/tests/e2e-pw/envs/default-wpcom/playwright.config.js index 949f84c7c1e..179fca7b471 100644 --- a/plugins/woocommerce/tests/e2e-pw/envs/default-wpcom/playwright.config.js +++ b/plugins/woocommerce/tests/e2e-pw/envs/default-wpcom/playwright.config.js @@ -3,7 +3,6 @@ const { devices } = require( '@playwright/test' ); config = { ...config, - retries: 0, projects: [ { name: 'default wpcom',