diff --git a/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql b/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql index cd1be410..80108c9f 100644 --- a/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql +++ b/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql @@ -536,10 +536,10 @@ INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `dat INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30189,'MobileWeb','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.mobileweb.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION'); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30190,'AndroidNative','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.android.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION'); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30191,'IOSNative','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.ios.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION'); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (961,'WebApplication','Get window title','{"test-data":null,"element":null,"attribute":null,"from-element":null,"to-element":null}','getTitle','com.testsigma.automator.actions.web.generic.GetWindowTitleAction','window',961,0,0,0,'2021-10-19 19:37:03','2021-10-19 19:37:03',NULL,NULL); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (13,'WebApplication','Wait until the #{element} is clickable','{"test-data":null,"element":"\\\\#{.*?}","attribute":null,"from-element":null,"to-element":null}','waitUntilElementIsClickable','com.testsigma.automator.actions.web.wait.WaitUntilElementIsClickableAction','wait',13,0,0,0,'2021-10-19 19:37:03','2021-10-19 19:37:03',NULL,NULL); diff --git a/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql b/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql index 11c0a810..7597f169 100644 --- a/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql +++ b/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql @@ -498,10 +498,10 @@ INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `des INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (851,20143,'Continue loop','Continues loop','https://app.testsigma.com/','{}','2022-01-10 20:16:55','2022-01-10 20:16:55'); INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (852,30176,'Verify that the element button is clickable','In this example, We will verify that the element is clickable','https://app.testsigma.com/','{}','2022-05-17 21:51:41','2022-05-17 21:51:41'); INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (853,30188,'Verify that the element element has non-empty value','In this example, We will verify that the element has non empty value','https://app.testsigma.com/','{}','2022-05-17 21:57:02','2022-05-17 21:57:02'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (256, 961, 'Get Title of the current Browser window', 'Get Title of the current Browser window', 'https://app.testsigma.com/login', '{}', '2022-01-28 16:06:57', '2022-01-28 16:06:57'); INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (12, 13, 'Wait until the Element with given element is clickable', 'In this example, execution will wait until the Element with given UI Identifier "Rejected" is clickable', 'http://opensource.demo.orangehrmlive.com', '{"Rejected": {"type": "id_value", "value": "btnLogin"}}', '2022-01-28 16:06:57', '2022-01-28 16:06:57'); INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (17, 18, 'Wait until the Element with given element becomes invisible', 'In this example, execution will wait until the Element with given UI Identifier "Deattach" becomes invisible', 'http://toolsqa.com/automation-practice-switch-windows/', '{"Deattach": {"type": "id_value", "value": "Deattach"}}', '2022-01-28 16:06:57', '2022-01-28 16:06:57'); diff --git a/server/src/main/resources/db/migration/V32__store_nlps.sql b/server/src/main/resources/db/migration/V32__store_nlps.sql index 5e6ea972..7a97458e 100644 --- a/server/src/main/resources/db/migration/V32__store_nlps.sql +++ b/server/src/main/resources/db/migration/V32__store_nlps.sql @@ -1,8 +1,8 @@ INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); + (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); + (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); + (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); + (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); diff --git a/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql b/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql index 8d66c7d8..999bd454 100644 --- a/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql +++ b/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql @@ -1,4 +1,4 @@ -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05');