-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Meggle
committed
Mar 11, 2024
1 parent
ad497ae
commit cc9adb1
Showing
5 changed files
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "robotmk", | ||
"author": "Simon Meggle <[email protected]>", | ||
"description": "Robotmk integrates Robot Framework results into Checkmk. Robot Framework is a generic testing framework which can test web based and native applications (and much more). It is very popular, easy to learn and highly extendable by libraries. Libraries provide the functionality to use modern test web technologies (Playwright/Selenium), control user interfaces (ImageHorizon, SikuliX, AutoIT, SAP, ...), REST/SOAP APIs etc. It is based on Python and can be extended by own libraries as well. See https://robotframework.org for more information.", | ||
"description": "Robotmk integrates Robot Framework results into Checkmk.", | ||
"download_url": "https://github.com/elabit/robotmk/releases", | ||
"title": "Robotmk | Robot Framework End2End Test Integration", | ||
"title": "Robotmk v1 | Robot Framework End2End Test Integration", | ||
"files": { | ||
"agent_based": [ | ||
"robotmk.py" | ||
|
@@ -27,5 +27,6 @@ | |
"htdocs/images/icons/robotmk80_dot.png" | ||
] | ||
}, | ||
"version.min_required": "2.0.0" | ||
"version.packaged": "2.3.0b1.cce", | ||
"version.min_required": "2.3.0b1.cce" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters