7b7ca116f6
* Updated `wp-env` To 7.0.0 * Adopted `wp-env` Changes To `update-wp-env.php` * Updated E2E Test Bootstrapping With the changes to `wp-env` we can update our test bootstrapping to use the new functionality. * Changelogs * Restored `update-wp-env.php` Usage There's a bit of work to do in support of this and I don't want it to hold up the pull request! * Fixed `wp-env` JSON Problems It was writing an empty array in places where the expectation was an empty object. * Fixed Broken Echo Escape * Fixed Init Quoting * Update close button locator * Reverted Quote Removal There is an upstream bug relating to quotes that needs to be resolved! * Reverted Quote Removal --------- Co-authored-by: rodelgc <rodel.calasagsag@automattic.com> |
||
---|---|---|
.. | ||
.wordpress-org | ||
api | ||
assets | ||
bin | ||
changelog | ||
images | ||
includes | ||
src | ||
userscripts | ||
.distignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.prettierrc.js | ||
.travis.yml | ||
EXTENDING-WC-ADMIN-HELPER.md | ||
NEXT_CHANGELOG.md | ||
README.md | ||
composer.json | ||
composer.lock | ||
package.json | ||
plugin.php | ||
readme.txt | ||
tsconfig.json | ||
webpack.config.js | ||
woocommerce-beta-tester.php |
README.md
WooCommerce Beta Tester
A plugin that makes it easy to test out pre-releases such as betas release candidates and even final releases. It also comes with WooCommerce Admin Test Helper that helps test WooCommerce Admin functionalities.
Installation
You can either install the latest version from wp.org or symlink this directory by running ln -s ./ :path-to-your-wp-plugin-directory/woocommerce-beta-tester
Development
To get started, run the following commands:
pnpm install
pnpm run start
See wp-scripts for more usage information.
Usage
You can get to the settings and features from your top admin bar under the name WC Beta Tester.
For more information about WooCommerce Admin Test Helper usage, click here.
Run ./bin/build-zip.sh
to make a zip file.