Hey all,<p>So the issue I'm having is that we regularly need to check whether all our tutorials are still relevant compared to recent product updates. And I've had this issue in previous projects or at previous companies as well. I tried searching for some automatic solution but haven't found anything (at all!). How do you check whether a new feature or product update requires changing or updating certain tutorials ?
You could have integration tests that reproduce what you show in tutorials. This way, when you need to change the tutorial, the integration test breaks, and you know you have to update both the test and the tutorial.