woocommerce / wc-smooth-generator

Smooth product, customer and order generation for WooCommerce
309 stars 49 forks source link

Add batch method to Customers generator #135

Closed coreymckrill closed 4 months ago

coreymckrill commented 4 months ago

Changes proposed in this Pull Request:

Adds a batch method to the Customers generator using the same pattern as the other generators. Updates the CLI command to use the batch method.

Depends on #134. This should be rebased to trunk once that PR is merged.

Towards #121

How to test the changes in this Pull Request:

  1. Run the basic command and make sure it successfully generates customers: wp wc generate customers
  2. Try generating more than 100 customers (the limit for a single batch). It should seamlessly generate the requested amount over multiple batches. E.g. wp wc generate customers 150

Changelog entry

Enter a summary of all changes on this Pull Request. This will appear in the changelog if accepted.