Skip to Content
Level CI FAQs

Level CI: FAQs

Q: Do Level CI tests run on Level servers or client servers?
Level CI supports two modes of accessibility scans:

  1. With client E2E tests: Runs on client servers, using the client’s E2E framework and test cases.
  2. Without E2E tests: Runs on Level CI infrastructure to detect and display accessibility issues.

Q: Can Level CI tests run locally on client servers?
Yes. When E2E test cases and frameworks are defined, Level CI can run directly on the client’s servers.

Q: How does Level CI handle and integrate with monorepos? Is the integration bound at the repo level or can it coordinate testing across projects?
Level CI supports monorepo setups and can coordinate testing across multiple projects within a single repository.

Q: How are accessibility issues displayed in the repo if not tied to a PR?
Accessibility issues are displayed in the Level CI dashboard based scan scope:

  • Main branch scans: Shows all identified issues.
  • Child branch scans: Shows issues a delta relative to the main branch.
Last updated on