https://github.com/woocommerce/woocommerce-reset
https://github.com/woocommerce/woocommerce-reset
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/woocommerce/woocommerce-reset
- Owner: woocommerce
- License: gpl-3.0
- Created: 2021-04-23T08:52:54.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2023-12-15T08:31:38.000Z (about 2 years ago)
- Last Synced: 2025-03-22T05:33:51.587Z (10 months ago)
- Language: PHP
- Size: 617 KB
- Stars: 6
- Watchers: 81
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WooCommerce Reset
An experimental plugin providing REST API endpoints to reset the state of WooCommerce. It is being trialled in the Woo Admin E2E tests as am approach to isolating test.
☠️ 🛑 **WARNING! It is intended for use in test environments only. Do not use in production as it causes data loss**.
## Usage
Download plugin zip from GitHub and install in WordPress.
Or, with WP CLI:
```
wp plugin install https://github.com/woocommerce/woocommerce-reset/zipball/trunk/ --activate
```
## Development
```
composer install
npm install
```
## Tests
```
npm run test
```