woocommerce / woocommerce

A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
https://woocommerce.com
9.43k stars 10.77k forks source link

[Core Profiler] Reintroduce snapshot tests #48248

Open rjchow opened 5 months ago

rjchow commented 5 months ago

Issue Description:

In the Core Profiler XState V5 migration PR, we removed the snapshot tests as @xstate/test was deprecated and most of its functionality was moved into @xstate/graph. However the functionality that we relied on was generating test plans, which was removed.

It is possible to compose the test plans using @xstate/graph functionality, however the documentation has not been updated for the @xstate/graph@2.0.0 release. Lets reintroduce the snapshot tests when the documentation is ready (~approx within the next month).

adrianduffell commented 5 months ago

Lets reintroduce the snapshot tests when the documentation is ready (~approx within the next month). I'll just put this on hold until we have the documentation ready,

adrianduffell commented 3 weeks ago

Ha not sure what my previous comment was about.

@rjchow, is the documentation now ready?

rjchow commented 3 weeks ago

No 😔 Seems like they’ve had layoffs and it’s mostly just davidkpiano (founder) making contributions now