Is it possible to add steps that bind with changes?
For example, creating a step # Replace console.log() with console.table(), and bind the step with the js file showing diffs like git.
- console.log(data);
+ console.table(data);
It will be so great if the source file changes along with the tour steps. Sometimes changes explain better.