/solution-patterns

For OpenShift 4.x Only - Set of solution patterns included with the Solution Explorer (tutorial-web-app) and curated by the Integr8ly team.

Primary LanguageJavaScript

Integreatly Solution Patterns

This repository contains the Solution Patterns automatically included with the Solution Explorer. They are curated by the Integreatly team. Typically, a core Solution Pattern 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 Solution Pattern

  • Each task is timed appropriately

  • Each task starts with the appropriate console (to support users returning to a Solution Pattern)

  • Each step has a validation section

  • Each asciidoc attribute resolves to a value

For more information, see Creating Walkthroughs.

Testing Solution Patterns

Before submitting a PR, make sure your Solution Pattern passes testing.

  1. Install testing packages

    $ npm install
  2. Run tests

    $ npm test