Support preferred screen capture format in scheme test action (#1450)

* Support preferred screen capture format in scheme test action (resolves #1443)

* preferredScreenCaptureFormat decoding test

---------

Co-authored-by: Yonas Kolb <yonaskolb@users.noreply.github.com>
This commit is contained in:
Vakhid Betrakhmadov
2025-02-17 17:07:29 +11:00
committed by GitHub
co-authored by Yonas Kolb
parent d1d04e8e63
commit 68b0d1206f
5 changed files with 58 additions and 3 deletions
@@ -317,6 +317,7 @@ public class SchemeGenerator {
language: scheme.test?.language,
region: scheme.test?.region,
systemAttachmentLifetime: scheme.test?.systemAttachmentLifetime,
preferredScreenCaptureFormat: scheme.test?.preferredScreenCaptureFormat,
customLLDBInitFile: scheme.test?.customLLDBInit
)