Skip to content

Commit

Permalink
Merge pull request #311 from Automattic/update-global-scenarios
Browse files Browse the repository at this point in the history
test: update global scenarios
  • Loading branch information
sjinks authored Aug 8, 2024
2 parents ea5ca39 + d4ac510 commit 5336736
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions features/test/_global/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@
"enabled": true,
"run_wp_cron": true,
"wp_cron_schedule": "*/15 * * * *"
},
"playwright": {
"enabled": true
}
},
"overrideFeatureInstallOrder": [
Expand All @@ -315,6 +318,7 @@
"./mc",
"./nginx",
"./php",
"./playwright",
"./vip-cli",
"./wordpress",
"./cron",
Expand Down Expand Up @@ -388,6 +392,9 @@
"enabled": true,
"run_wp_cron": true,
"wp_cron_schedule": "*/15 * * * *"
},
"playwright": {
"enabled": true
}
},
"overrideFeatureInstallOrder": [
Expand All @@ -407,7 +414,8 @@
"./phpmyadmin",
"./vip-go-mu-plugins",
"./xdebug",
"./dev-tools"
"./dev-tools",
"./playwright"
]
},
"php83-ubuntu-base": {
Expand Down Expand Up @@ -470,6 +478,9 @@
"enabled": true,
"run_wp_cron": true,
"wp_cron_schedule": "*/15 * * * *"
},
"playwright": {
"enabled": true
}
},
"overrideFeatureInstallOrder": [
Expand All @@ -489,7 +500,8 @@
"./phpmyadmin",
"./vip-go-mu-plugins",
"./xdebug",
"./dev-tools"
"./dev-tools",
"./playwright"
]
}
}

0 comments on commit 5336736

Please sign in to comment.