Skip to content

Commit

Permalink
upload e2e blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Jun 20, 2024
1 parent 0399391 commit e226d20
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions test/e2e/playground.blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"siteOptions": {
"blogname": "Gutenberg E2E Tests"
},
"steps": [
{
"step": "installTheme",
"themeZipFile": {
"resource": "wordpress.org/themes",
"slug": "twentytwenty"
}
},
{
"step": "installTheme",
"themeZipFile": {
"resource": "wordpress.org/themes",
"slug": "twentytwentyone"
}
},
{
"step": "installTheme",
"themeZipFile": {
"resource": "wordpress.org/themes",
"slug": "twentytwentythree"
}
},
{
"step": "activateTheme",
"themeFolderName": "twentytwentyone"
},
{
"step": "activatePlugin",
"pluginPath": "gutenberg/gutenberg.php"
}
]
}

0 comments on commit e226d20

Please sign in to comment.