Story (Required)
As a QE I want to run tutorial tests as quickly as possible
Background (Required)
Tutorial consists of two components/repos - API and UI. While UI is dependent on API in runtime, there is no dependecy in build time but we still first create a pipeline run building API, wait for it to finish and then run and wait for pipeline run building UI.
Approach (Required)
Build API and UI at the same time, when both finish successfully, proceed with test. Test it properly.