Automattic / jurassic.ninja

A frontend to launching ephemeral WordPress instances that auto-destroy after some time
https://jurassic.ninja/
Other
70 stars 12 forks source link

Add option to install WooCommerce Trunk build #290

Closed adrianduffell closed 6 months ago

adrianduffell commented 6 months ago

Provide an option to install the WooCommerce using the trunk build. A zip can be obtained publicly from: https://betadownload.jetpack.me/data/woocommerce/trunk/woocommerce-dev.zip

It is possible to install WooCommerce trunk branch using WooCommerce Beta Tester live branch feature. However it has a limitation when testing WooCommerce install routines, because the live branch feature needs to perform an update over the latest version of WooCommerce. This means Jurassic Ninja runs the install routines from the latest version of WooCommerce, not trunk.

By installing the trunk build directly, we can test any changes to the install routines in trunk.

Proposed UI

Screen Shot 2024-03-29 at 10 02 02 pm

chihsuan commented 6 months ago

However it has a limitation when testing WooCommerce install routines, because the live branch feature needs to perform an update over the latest version of WooCommerce

I think this issue could possibly be fixed by https://github.com/Automattic/jurassic.ninja/issues/288.

chihsuan commented 6 months ago

D143954-code