Testing new features and changes is cumbersome when you have to go through all the steps to get to where the change is. Some steps requires inputting data which can be irrelevant for what you want to test.
Acceptance criteria
- You can easily select what step you want to view without having to go through any others.
- You may want to have the values for the current step filled or not, depending on what you want to test.
- There are dummy values filled out for any fields that are required.
- Alternatively there is a quick way to fill everything with dummy values.
- Everything should behave just as if the values were entered manually by the user.
- This can be turned on or off in the config. It should be available during testing (and maybe demoing), but not in production.