Skip to content

Commit

Permalink
Add wp-env and Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Nov 30, 2023
1 parent 71edc42 commit 5996221
Show file tree
Hide file tree
Showing 12 changed files with 6,086 additions and 1,143 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ docker_tag

vendor-prefixed
dist-archive
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
18 changes: 18 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"env": {
"development": {
"plugins": [
"."
]
}
},
"lifecycleScripts": {
"afterStart": "./tests/e2e-pw/setup/initialize-external.sh"
},
"mappings": {
"setup": "./tests/e2e-pw/setup",
"wp-cli.yml": "./wp-cli.wp-env.yml",
"wp-content/plugins/wordpress-importer": "./wp-content/plugins/wordpress-importer"
},
"phpVersion": "7.4"
}
399 changes: 205 additions & 194 deletions composer.json

Large diffs are not rendered by default.

3,145 changes: 2,196 additions & 949 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 5996221

Please sign in to comment.