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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -929,6 +929,12 @@ export default {
929
929
text:
930
930
"Collection of supporting tools that can be used with Robot Framework."
931
931
},
932
+
{
933
+
title:"RobotMK",
934
+
href:"https://github.com/simonmeggle/robotmk/",
935
+
text:
936
+
"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