WP Manifestindependent plugin directory
manifest / developer / tribe-ext-test-data-generator

The Events Calendar Extension: Test Data Generator

This extension aims to provide an automated tool to generate high quality, life-like data for The Events Calendar family of plugins.

by The Events Calendar · github.com/mt-support/tribe-ext-test-data-generator

6stars
2.3krelease downloads
≈250active sites
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/mt-support/tribe-ext-test-data-generator/releases/download/v1.2.2/tribe-ext-test-data-generator-1.2.2.zip

Declares an update source (https://github.com/mt-support/tribe-ext-test-data-generator), so updates arrive through the plugin's own updater.

Readme

Test Data Generator

This extension aims to provide an automated tool to generate high quality, life-like data for The Events Calendar family of plugins.

Setting it up

Setting up the extension is simple, just install it and activate it on your WordPress site, alongside The Events Calendar (v5.1.1+).

You can access all the available features in Events > Test Data.

What you can do:

  1. Create Venues: you can automatically generate any specified number of venues for your site.
  2. Create Organizers: you can automatically generate any specified number of organizers for your site.
  3. Create Events: you can automatically generate any specified number of events, pulling from your pre-existing Venues, Organizers and uploaded images in your Media Library. You can select the date range for which each generated event's date will be randomly selected. Generated events can be standard events, Virtual events or Recurring events. You can also choose to add RSVP and/or Tickets to the generated events.
PLEASE NOTE that the amount of Venues, Organizers and Events you can create might be limited by your site's server setup (Available memory, timeout, processing power, etc.)
Handy Dandy Toolset
  1. Import random images into your site's Media Library: you can choose to import a few or a bunch of images to your site. A random selection of images with aspect ratio 16:9 will be selected from the service Picsum.photo
  2. Clear generated Events-related posts: this will help you when you need to scratch everything that has been automatically generated and start over! Automatically removes every Venue, Organizer and Event created using this extension. This won't delete your pre-existing Organizers, Venues or Events.
  3. Delete ALL Events-related posts: this will do as promise and wipe out all existing Organizers,
  4. Reset TEC Settings and Options: this will clear out all your TEC-related options, settings and transients, effectively giving you a "factory reset".
Please note that if you have a lot of Organizers, Venues or Events, the delete requests may time-out.

WP-CLI Support

Example:

wp tec-test-data events generate 23 --with-organizers=10 --with-venues=5 --with-images=10

The command above will:

  • Upload 10 images
  • Create 5 Venues
  • Create 10 Organizers
  • Create 23 Events

To specify a value each available option via the built-in prompt, use:

wp tec-test-data events generate --prompt 

Using the delete command:

To delete generated events-related data:

wp tec-test-data delete

To delete all events-related data:

wp tec-test-data delete --all

For a full list of supported capabilities, check out src/Tribe/Cli/Command.php

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.2.2 Dec 5, 2024 tribe-ext-test-data-generator-1.2.2.zip 391
v1.2.1 Apr 16, 2024 tribe-ext-test-data-generator-1.2.1.zip 257
v1.2.0 Jul 31, 2023 tribe-ext-test-data-generator-1.2.0.zip 306
v1.1.0 Jun 22, 2023 tribe-ext-test-data-generator.1.1.0.zip 9
v1.0.10 Apr 6, 2023 tribe-ext-test-data-v1.0.10.zip 117
v1.0.9 Sep 12, 2022 tribe-ext-test-data-generator-v1.0.9.zip 247
v1.0.8 Jun 29, 2022 tribe-ext-test-data-generator-v1.0.8.zip 94
v1.0.7 Jun 28, 2022 tribe-ext-test-data-generator-v1.0.7.zip 7
v1.0.6 Jun 1, 2022 tribe-ext-test-data-generator-v1.0.6.zip 34
v1.0.5 Oct 29, 2020 tribe-ext-test-data-generator-v1.0.5.zip 635
v1.0.4 Aug 11, 2020 test-data-generator-v1.0.4.zip 87
v1.0.3 Jul 30, 2020 test-data-generator-1.0.3.zip 12
v1.0.2 Jul 14, 2020 test-data-generator-1.0.2.zip 22
v1.0.1 Jul 7, 2020 test-data-generator-1.0.1.zip 20
v1.0.0.1 Jun 29, 2020 test-data-generator-1.0.0.1.zip 21
v1.0 Jun 26, 2020

Active-site estimate ≈250 comes from the median of recent superseded releases. Method.