Test Framework Integration

ABQ requires native integration with test frameworks. These are libraries that you add to your project's development dependencies to enhance the capabilities of your underlying test framework. They provide necessary hooks to which the ABQ processes connect.

When not running in CI, tests run as they always have. No changes are required for local development.

Supported Test Frameworks

The following test frameworks are supported today. We're working on supporting additional testing frameworks. Please let us know if you'd like to request a specific integration.

Jest

Learn how to integrate ABQ with Jest

Read more

Jest logo

Playwright

Learn how to integrate ABQ with Playwright

Read more

Playwright logo

Pytest

Learn how to integrate ABQ with Pytest

Read more

Pytest logo

RSpec

Learn how to integrate ABQ with RSpec

Read more

RSpec logo