Sometimes you need to revert exactly to the state before the scenario/action run. Stateful mode should solve this problem. - [ ] Implement state gathering - [ ] Implement state storage (JSON + [TinyDB](https://pypi.org/project/tinydb/)) - [ ] Implement state diffs - [ ] Detect state changes besides saved states - [ ] Implement resource locks - [ ] Scenario parameter & CLI flag for stateful mode - [ ] Implement revert action - [ ] Display & log revert command in the end when in stateful mode
Sometimes you need to revert exactly to the state before the scenario/action run. Stateful mode should solve this problem.