Run Giskard Checks in continuous integration to catch regressions before they
reach production. This guide uses GitHub Actions, but the pattern applies to any
CI system.
Configure the LLM generator once per session rather than in every test file:
tests/conftest.py
import pytest
from giskard.checks import set_default_generator
@pytest.fixture(scope="session",autouse=True)
defconfigure_generator():
set_default_generator("openai/gpt-5-mini")
Output
Thank you for using Giskard open-source! đ˘ đ
Giskard Enterprise adds deeper agent scans, audit reports
with remediation guidance, test review interfaces
for root-cause analysis & human feedback integration,
and team collaboration â with flexible pricing.
Learn more: https://giskard.ai