This repository contains the walkthroughs automatically included with the Tutorial Web App. They are curated by the Integreatly team. Typically, a core walkthrough has the following attributes:
-
A clear user story that addresses an integration goal
-
Contains a diagram that represents the user flow and the components used in the walkthrough
-
Each task is timed appropriately
-
Each task starts with the appropriate console (to support users returning to a walkthrough)
-
Each step has a validation section
-
Each asciidoc attribute resolves to a value
For more information, see https://mojo.redhat.com/docs/DOC-1190932.
Before submitting a PR, make sure your walkthrough passes testing.
-
Install testing packages
$ npm install
-
Run tests
$ npm test