Route animation panel view through app core
This commit is contained in:
@@ -1268,6 +1268,24 @@ if(TARGET pano_cli)
|
||||
LABELS "app;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_animation_panel_view_smoke
|
||||
COMMAND pano_cli plan-animation-panel-view --layer-count 2 --frame-count 3 --frame-duration 2 --total-duration 6 --current-layer 1 --current-frame 4 --selected-layer-id 10 --selected-frame 2 --onion-size 2 --hidden-layer 1)
|
||||
set_tests_properties(pano_cli_plan_animation_panel_view_smoke PROPERTIES
|
||||
LABELS "app;ui;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-animation-panel-view\".*\"layers\":2.*\"visibleLayers\":1.*\"selectedFrames\":1.*\"hasSelectedFrame\":true.*\"currentLayerId\":20.*\"firstLayerFrames\":3")
|
||||
|
||||
add_test(NAME pano_cli_plan_animation_panel_view_allows_stale_selection
|
||||
COMMAND pano_cli plan-animation-panel-view --layer-count 1 --frame-count 1 --total-duration 1 --current-layer 0 --current-frame 0 --selected-layer-id 999 --selected-frame 42)
|
||||
set_tests_properties(pano_cli_plan_animation_panel_view_allows_stale_selection PROPERTIES
|
||||
LABELS "app;ui;integration;desktop-fast;fuzz"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-animation-panel-view\".*\"layers\":1.*\"selectedFrames\":0.*\"hasSelectedFrame\":false")
|
||||
|
||||
add_test(NAME pano_cli_plan_animation_panel_view_rejects_empty_frames
|
||||
COMMAND pano_cli plan-animation-panel-view --layer-count 1 --frame-count 0 --total-duration 1)
|
||||
set_tests_properties(pano_cli_plan_animation_panel_view_rejects_empty_frames PROPERTIES
|
||||
LABELS "app;ui;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_animation_timeline_scrub_smoke
|
||||
COMMAND pano_cli plan-animation-timeline-scrub --total-duration 5 --cursor-x 174.99)
|
||||
set_tests_properties(pano_cli_plan_animation_timeline_scrub_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user