[e2e] Run full e2e suite against external hosts (#49597)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
406a6c07f7
commit
182380943a
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Run full e2e tests suite against Pressable and WPCOM websites.
|
|
@ -3,7 +3,6 @@ const { devices } = require( '@playwright/test' );
|
|||
|
||||
config = {
|
||||
...config,
|
||||
retries: 0,
|
||||
projects: [
|
||||
{
|
||||
name: 'default pressable',
|
||||
|
|
|
@ -3,7 +3,6 @@ const { devices } = require( '@playwright/test' );
|
|||
|
||||
config = {
|
||||
...config,
|
||||
retries: 0,
|
||||
projects: [
|
||||
{
|
||||
name: 'default wpcom',
|
||||
|
|
Loading…
Reference in New Issue