mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
integrations: Add screenshot configs for deployment integrations.
that do not have fixtures.
This commit is contained in:
@@ -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]] = {
|
||||
|
||||
Reference in New Issue
Block a user