From d1dbd4ac7380a125ad986d6cb8783aa3f1159b94 Mon Sep 17 00:00:00 2001 From: Vinicius Queiroz Date: Mon, 29 Jun 2026 15:00:03 -0300 Subject: [PATCH] Add robotframework-falsegreen to tools list --- src/content/resources/tools.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/resources/tools.mjs b/src/content/resources/tools.mjs index e6bcf488..8e0a07f5 100644 --- a/src/content/resources/tools.mjs +++ b/src/content/resources/tools.mjs @@ -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.',