integrations: Add screenshot configs for deployment integrations.

that do not have fixtures.
This commit is contained in:
Niloth P
2025-07-30 12:33:38 +05:30
committed by Tim Abbott
parent 7f2161bffa
commit 24eab61ab0
2 changed files with 22 additions and 0 deletions

View File

@@ -65,11 +65,14 @@ CATEGORIES: dict[str, StrPromise] = {
# WEBHOOK_INTEGRATIONS and NO_SCREENSHOT_CONFIG, but defined explicitly to
# avoid circular dependency
FIXTURELESS_INTEGRATIONS_WITH_SCREENSHOTS: list[str] = [
"capistrano",
"codebase",
"github-actions",
"jenkins",
"mercurial",
"openshift",
"perforce",
"puppet",
"svn",
]
FIXTURELESS_SCREENSHOT_CONTENT: dict[str, list[fixtureless_integrations.ScreenshotContent]] = {