You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: automator/src/com/testsigma/automator/constants/AutomatorMessages.java
+1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ public class AutomatorMessages {
27
27
publicfinalstaticStringMSG_CONDITION_ELSE_IF_SUCCESS = "\"Else If\" condition matched to proceed with the steps under this condition.";
28
28
publicfinalstaticStringMSG_CONDITION_ELSE_SUCCESS = "\"Else\" condition matched to proceed with the steps under this condition.";
29
29
publicstaticfinalStringEXCEPTION_WEBDRIVER_NOTCREATED = "Unable to create a new Test Session due to unexpected failure(0x537). Please contact Support for more details.";
30
+
publicstaticfinalStringNO_PARALLEL_RUNS = "Parallel Executions Limit exceeded.Please upgrade to community edition for more parallel runs or Please contact support team for more details.";
30
31
publicstaticfinalStringEXCEPTION_INVALID_PARAMETER_FORMAT = "Invalid value ?1 entered for parameter ?2 while executing the Custom Test Data Function \"?3\"";
31
32
publicstaticfinalStringEXCEPTION_INVALID_CLASS_NAME = "Unsupported class \"?1\" used to generate test data from custom function";
32
33
publicstaticfinalStringEXCEPTION_METHOD_NOT_FOUND = "No implementation found for this template";
publicstaticfinalStringMSG_LAB_MINUTES_EXCEEDED = "Allowed test execution duration on cloud devices/machines exceeded.";
25
-
publicstaticfinalStringMSG_NO_PARALLEL_RUN = "Parallel runs are not allowed in Open Source, Please Change to Community edition for parallel Execution or Contact Support Team.";
26
+
publicstaticfinalStringMSG_NO_PARALLEL_RUN = "Parallel Executions Limit exceeded.Please upgrade to community edition for more parallel runs.";
26
27
publicstaticfinalStringMSG_OS_NOT_SUPPORTED = "Selected device OS and version combination is no longer supported. Please edit the device and choose a supported OS and Version.";
27
28
publicstaticfinalStringMSG_BROWSER_NOT_SUPPORTED = "Selected browser and version combination is no longer supported. Please edit the device and choose a supported browser and Version.";
28
29
@@ -136,7 +137,10 @@ public void startSession(DriverSessionType driverSessionType, Long entityId, Boo
publicstaticfinalStringEXCEPTION_INVALID_DEVICES = "Only a limited set of devices are available in the selected Plan. To select any of the available devices, please upgrade to a higher plan";
9
11
publicstaticfinalStringEXCEPTION_INVALID_BROWSERS = "Only latest Browser versions are available in the selected Plan. To select older Browser versions,please upgrade to a higher plan";
10
12
publicstaticfinalStringEXCEPTION_REST_AUTOMATION = "To execute Rest API Tests, please upgrade to a higher plan";
11
13
publicstaticfinalStringEXCEPTION_MOBILE_AUTOMATION = "To execute Mobile Application Tests, please upgrade to a higher plan";
14
+
publicstaticfinalStringMSG_NO_PARALLEL_RUN = "Parallel Executions Limit exceeded.Please upgrade to community edition for more parallel runs.";
0 commit comments