You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/02/27 03:36:46 UTC

[GitHub] [incubator-dolphinscheduler] khadgarmage commented on a change in pull request #2027: Add e2e to create workflow case  

khadgarmage commented on a change in pull request #2027: Add e2e to create workflow case  
URL: https://github.com/apache/incubator-dolphinscheduler/pull/2027#discussion_r384896462
 
 

 ##########
 File path: e2e/src/test/java/org/apache/dolphinscheduler/data/project/CreatWorkflowData.java
 ##########
 @@ -29,8 +29,18 @@
     //input shell script
     public static final String SHELL_SCRIPT = "echo 1111111";
 
-    public static final String WORKFLOW_TITLE = "创建流程定义 - DolphinScheduler";
+    //input custom parameters
+    public static final String INPUT_CUSTOM_PARAMETERS = "selenium_parameter";
+
+    //input custom parameters value
+    public static final String INPUT_CUSTOM_PARAMETERS_VALUE = "selenium_parameter_123";
 
+    //input add custom parameters
+    public static final String INPUT_ADD_CUSTOM_PARAMETERS = "selenium_parameter_delete";
 
+    //input add custom parameters value
+    public static final String INPUT_ADD_CUSTOM_PARAMETERS_VALUE = "selenium_parameter_delete_456";
 
+    //create workflow title
+    public static final String WORKFLOW_TITLE = "创建流程定义 - DolphinScheduler";
 
 Review comment:
   Pls change to english content

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services