Running Storybook 6.5 Interaction Tests in a CI Pipeline

Storybook Interaction tests are useful for performing automated testing against your components. Today we will be running interaction tests for an Angular application inside of a Gitlab CI Pipeline. Pipeline Overview Running Storybook Interaction tests requires the following processes: We will be doing this in two jobs: build-storybook-job and run-interaction-tests. Our pipeline is triggered when …