moto icon indicating copy to clipboard operation
moto copied to clipboard

Add possibility to record and replay state of moto

Open szopen321 opened this issue 2 years ago • 2 comments

It would come in handy to be able to record changes to moto state and later restore the exact same state.

szopen321 avatar Jul 11 '22 10:07 szopen321

Proposed solution https://github.com/spulec/moto/pull/5300

szopen321 avatar Jul 11 '22 10:07 szopen321

The first iteration of the Moto Recorder is now available as of moto >= 4.0.4.dev13. Documentation can be found here: http://docs.getmoto.org/en/latest/docs/configuration/recorder/index.html

Let me know if you have any feedback - I'll start working on the set_seed implementation next!

bblommers avatar Sep 19 '22 16:09 bblommers

The option to seed Moto is now available as of moto >= 4.0.6.dev7 - see the documentation in the link above.

bblommers avatar Sep 28 '22 11:09 bblommers