mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
integrations: Add screenshot configs for productivity integrations.
that do not have fixtures.
This commit is contained in:
@@ -70,9 +70,11 @@ FIXTURELESS_INTEGRATIONS_WITH_SCREENSHOTS: list[str] = [
|
||||
"codebase",
|
||||
"discourse",
|
||||
"github-actions",
|
||||
"google-calendar",
|
||||
"jenkins",
|
||||
"mastodon",
|
||||
"mercurial",
|
||||
"notion",
|
||||
"openshift",
|
||||
"perforce",
|
||||
"puppet",
|
||||
@@ -884,6 +886,7 @@ for integration, screenshots_contents in FIXTURELESS_SCREENSHOT_CONTENT.items():
|
||||
FIXTURELESS_SCREENSHOT_CONFIG_OPTIONAL_FIELDS = {
|
||||
"mercurial": {"image_dir": "hg"},
|
||||
"jenkins": {"image_name": "004.png"},
|
||||
"google-calendar": {"image_name": "003.png", "image_dir": "google/calendar"},
|
||||
}
|
||||
|
||||
for integration, fields in FIXTURELESS_SCREENSHOT_CONFIG_OPTIONAL_FIELDS.items():
|
||||
|
||||
Reference in New Issue
Block a user