Plan display file actions in app core
This commit is contained in:
@@ -615,6 +615,18 @@ if(TARGET pano_cli)
|
||||
LABELS "app;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-picked-path\".*\"path\":\"D:/Paint/demo.ppi\".*\"decision\":\"invoke-callback\"")
|
||||
|
||||
add_test(NAME pano_cli_plan_display_file_empty_smoke
|
||||
COMMAND pano_cli plan-display-file)
|
||||
set_tests_properties(pano_cli_plan_display_file_empty_smoke PROPERTIES
|
||||
LABELS "app;integration;desktop-fast;fuzz"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-display-file\".*\"path\":\"\".*\"decision\":\"ignore-empty-path\"")
|
||||
|
||||
add_test(NAME pano_cli_plan_display_file_selected_smoke
|
||||
COMMAND pano_cli plan-display-file --path D:/Paint/export.png)
|
||||
set_tests_properties(pano_cli_plan_display_file_selected_smoke PROPERTIES
|
||||
LABELS "app;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-display-file\".*\"path\":\"D:/Paint/export.png\".*\"decision\":\"open-external-file\"")
|
||||
|
||||
add_test(NAME pano_cli_simulate_app_session_clean_smoke
|
||||
COMMAND pano_cli simulate-app-session)
|
||||
set_tests_properties(pano_cli_simulate_app_session_clean_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user