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: sources/src/App.vue
+6
Original file line number
Diff line number
Diff line change
@@ -939,6 +939,12 @@ export default {
939
939
text:
940
940
"Collection of supporting tools that can be used with Robot Framework."
941
941
},
942
+
{
943
+
title:"RobotMK",
944
+
href:"https://github.com/simonmeggle/robotmk/",
945
+
text:
946
+
"RobotMK integrates results of Robot tests into the monitoring system Checkmk. Makes it possible to send alerts if any keyword/test/suite runtime exceeds the allowed runtime or fails. Performance graphs and SLA reports. Web based configuration of Robot parameters. Automatic client deployment rule system ("bakery")."
0 commit comments