[e2e] Run full e2e suite against external hosts (#49597)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Ivan Stojadinov 2024-07-22 16:00:51 +03:00 committed by GitHub
parent 406a6c07f7
commit 182380943a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Run full e2e tests suite against Pressable and WPCOM websites.

View File

@ -3,7 +3,6 @@ const { devices } = require( '@playwright/test' );
config = { config = {
...config, ...config,
retries: 0,
projects: [ projects: [
{ {
name: 'default pressable', name: 'default pressable',

View File

@ -3,7 +3,6 @@ const { devices } = require( '@playwright/test' );
config = { config = {
...config, ...config,
retries: 0,
projects: [ projects: [
{ {
name: 'default wpcom', name: 'default wpcom',