Skip to content

Commit

Permalink
dev: initial playwright setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Aug 22, 2023
1 parent a6863ef commit a225966
Show file tree
Hide file tree
Showing 12 changed files with 2,393 additions and 78 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ tests/e2e/config/local-*
build

woocommerce-gateway-payfast.zip
tests/e2e/test-results
11 changes: 11 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"plugins": ["https://downloads.wordpress.org/plugin/woocommerce.zip", "."],
"themes": ["https://downloads.wordpress.org/theme/storefront.zip"],
"env": {
"tests": {
"mappings": {
"wp-cli.yml": "./tests/e2e/bin/wp-cli.yml"
}
}
}
}
Loading

0 comments on commit a225966

Please sign in to comment.