Skip to content

Add RobotMK to external tool list #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sources/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,12 @@ export default {
text:
"Collection of supporting tools that can be used with Robot Framework."
},
{
title: "RobotMK",
href: "https://github.com/simonmeggle/robotmk/",
text:
"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")."
},
{
title: "SAGE Framework",
href: "https://www.nrl.navy.mil/itd/imda/products/sage",
Expand Down