solid-design-system/solid

ci: 👷 Remove chromatic's dependency on unit tests

Closed this issue · 0 comments

User Story

As a developer of the Solid Design System, I would like to have access to storybook screenshots tests despite unit tests failing, so that visual tests are not blocked due to errors that are not directly related (pipeline failing etc).

Suggested Solution

Environment (GitHub Actions or Azure DevOps)

Technical Information

chromatic tests still require lint and formatting tests to pass in order to run.

DoR

  • Item has business value
  • Item has been estimated by the team
  • Item is clear and well-defined
  • Item dependencies have been identified

DoD

  • Documentation has been created/updated (if applicable)
  • Implementation works successfully on feature branch