Skip to content
Open
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 src/content/resources/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ export default () => ([
href: 'https://github.com/MarketSquare/robotframework-robocop',
tags: ['']
},
{
name: 'robotframework-falsegreen',
description: 'Find Robot Framework tests that pass green without protecting anything: no verification keyword, swallowed failures, always-true checks. Deterministic static scan via robot.api.',
href: 'https://github.com/vinicq/robotframework-falsegreen',
tags: ['']
},
{
name: 'Robotmk',
description: 'With Robotmk, arbitrary Robot Framework tests can be seamlessly integrated into the Checkmk monitoring tool. In addition to server and network metrics, Checkmk administrators also get worthful insights about on how well business applications are performing from the users point of view ("End-2-End Monitoring"). Robotmk can flexibly monitor and graph the runtimes of tests and keywords, and also alert when related SLAs are violated.',
Expand Down