frontend-monorepo icon indicating copy to clipboard operation
frontend-monorepo copied to clipboard

Fail CI if a query is missing a mock

Open radoslaw-szpiech opened this issue 2 years ago • 0 comments

The Chore

Add check for missing query mocks and fail before e2e test run

Tasks

  • [ ] Add some kind of linting or code analysis tool to detect if queries are missing mocks for tests
  • [ ] Add a github action to fail if missing mocks are found
  • [ ] Ensure the action runs before the e2e test run so we can fail early

radoslaw-szpiech avatar Nov 29 '22 13:11 radoslaw-szpiech