mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
integrations: Add screenshot configs for the project management type.
of integrations that do not have fixtures.
This commit is contained in:
@@ -65,6 +65,7 @@ CATEGORIES: dict[str, StrPromise] = {
|
||||
# WEBHOOK_INTEGRATIONS and NO_SCREENSHOT_CONFIG, but defined explicitly to
|
||||
# avoid circular dependency
|
||||
FIXTURELESS_INTEGRATIONS_WITH_SCREENSHOTS: list[str] = [
|
||||
"asana",
|
||||
"capistrano",
|
||||
"codebase",
|
||||
"github-actions",
|
||||
@@ -73,7 +74,9 @@ FIXTURELESS_INTEGRATIONS_WITH_SCREENSHOTS: list[str] = [
|
||||
"openshift",
|
||||
"perforce",
|
||||
"puppet",
|
||||
"redmine",
|
||||
"svn",
|
||||
"trac",
|
||||
]
|
||||
FIXTURELESS_SCREENSHOT_CONTENT: dict[str, list[fixtureless_integrations.ScreenshotContent]] = {
|
||||
key: [getattr(fixtureless_integrations, key.upper().replace("-", "_"))]
|
||||
|
||||
Reference in New Issue
Block a user