Test clocks (stripe like)

I would love to see a feature just like Stripe’s test clocks in temporal-web.

You could advance in time and simulate the execution of the Workflow, activities and it’s child workflows

I’m not sure how it is related to temporal-web. The web doesn’t execute workflows. Unit testing frameworks support automatic time skipping already.

Well, I was only sketching the idea of having a button on the temporal-web that lets you fast-forward timers or create “Test clocks” the way Stripe does.

I don’t know how it could be implemented server side, just thought that debugging workflows could be easier with this feature.

@evlad
Currently web-ui does not connect with SDKs test environment and need a real server instance to run. Agree it would be a nice feature to have long-term, feel free to open a feature requests in web-ui repo.