woocommerce/plugins/woocommerce-beta-tester
Sam Seay 12b8c36408
Add a live branches userscript to WooCommerce Beta Tester (#36523)
2023-01-24 15:44:05 +13:00
..
.wordpress-org .org assets 2018-06-07 15:01:32 +01:00
api Support installing live branches from the manifest (#36072) 2022-12-21 13:58:10 +13:00
assets Dev/beta tester (#34993) 2022-10-07 10:29:02 -07:00
bin Simplify turbo commands (#34055) 2022-08-05 12:03:17 +12:00
changelog Add a live branches userscript to WooCommerce Beta Tester (#36523) 2023-01-24 15:44:05 +13:00
images Move admin tester folders to root 2022-06-07 15:18:37 +12:00
includes Enable Live Branches feature in WooCommerce Beta Tester (#36407) 2023-01-16 18:31:08 +13:00
src Add a new set of CLI commands to WooCommerce Beta Tester (#36339) 2023-01-12 14:16:01 +13:00
userscripts Add a live branches userscript to WooCommerce Beta Tester (#36523) 2023-01-24 15:44:05 +13:00
.distignore Remove unneeded files from distribution package (#35000) 2022-10-10 07:36:20 -07:00
.editorconfig Introduced .editorconfig 2018-06-04 16:06:33 -03:00
.eslintignore Copy eslint ignores to beta-tester 2022-06-07 15:13:14 +12:00
.eslintrc Clean up eslintrc in favour of defaults 2022-06-08 14:03:16 +12:00
.gitignore Copy git ignores to beta-tester 2022-06-07 15:14:21 +12:00
.prettierrc.js Introduce live branches UI page to WooCommerce Beta Tester (#35643) 2022-11-30 14:17:27 +13:00
.travis.yml Install composer packages on Travis build to be able to use phpcs 2019-03-13 16:42:52 -03:00
EXTENDING-WC-ADMIN-HELPER.md Update WooCommerce beta tester README (#35090) 2022-10-18 09:22:51 -07:00
NEXT_CHANGELOG.md Dev/beta tester (#34993) 2022-10-07 10:29:02 -07:00
README.md Update WooCommerce beta tester README (#35090) 2022-10-18 09:22:51 -07:00
composer.json Enable Live Branches feature in WooCommerce Beta Tester (#36407) 2023-01-16 18:31:08 +13:00
composer.lock Update changelogger to 3.3.0 to support PR number capturing with merge (#36266) 2023-01-05 14:42:51 +05:30
package.json Enable Live Branches feature in WooCommerce Beta Tester (#36407) 2023-01-16 18:31:08 +13:00
plugin.php Move plugin.php and readme 2022-06-07 15:55:26 +12:00
readme.txt Enable Live Branches feature in WooCommerce Beta Tester (#36407) 2023-01-16 18:31:08 +13:00
tsconfig.json Introduce live branches UI page to WooCommerce Beta Tester (#35643) 2022-11-30 14:17:27 +13:00
webpack.config.js Introduce live branches UI page to WooCommerce Beta Tester (#35643) 2022-11-30 14:17:27 +13:00
woocommerce-beta-tester.php Enable Live Branches feature in WooCommerce Beta Tester (#36407) 2023-01-16 18:31:08 +13:00

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.