Expose document edits through pano cli
This commit is contained in:
@@ -285,6 +285,12 @@ if(TARGET pano_cli)
|
||||
LABELS "renderer;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"backend\":\"recording\".*\"width\":32.*\"height\":16.*\"commands\":7.*\"drawCommands\":1")
|
||||
|
||||
add_test(NAME pano_cli_simulate_document_edits_smoke
|
||||
COMMAND pano_cli simulate-document-edits --width 128 --height 64)
|
||||
set_tests_properties(pano_cli_simulate_document_edits_smoke PROPERTIES
|
||||
LABELS "document;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"simulate-document-edits\".*\"document\":\\{\"width\":128,\"height\":64,\"layers\":2,\"frames\":3,\"activeLayer\":0,\"activeFrame\":0,\"animationDurationMs\":683,\"facePayloads\":1\\}.*\"activeLayer\":\\{\"name\":\"Ink\",\"visible\":false,\"alphaLocked\":true,\"opacity\":0.625,\"blendMode\":\"overlay\",\"frames\":3\\}.*\"frames\":\\[250,100,333\\].*\"activeLayerFrameDurations\":\\[250,100,333\\]")
|
||||
|
||||
add_test(NAME pano_cli_simulate_document_history_smoke
|
||||
COMMAND pano_cli simulate-document-history --width 64 --height 32 --history 4)
|
||||
set_tests_properties(pano_cli_simulate_document_history_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user