From 3b873fb1ab03fec4eb6a5e497616c3f647835d24 Mon Sep 17 00:00:00 2001 From: Julian Joseph Date: Mon, 15 Mar 2021 13:17:50 -0700 Subject: [PATCH] add robotframework-lint to intro --- HowToWriteGoodTestCases.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HowToWriteGoodTestCases.rst b/HowToWriteGoodTestCases.rst index 988e10b..82e917d 100644 --- a/HowToWriteGoodTestCases.rst +++ b/HowToWriteGoodTestCases.rst @@ -30,10 +30,14 @@ Introduction - `Writing Maintainable Automated Acceptance Tests`__ article by Dale Emery. - `How to Structure a Scalable And Maintainable Acceptance Test Suite`__ blog post by Andreas Ebbert-Karroum. + - `Robot Framework Lint`__ + is a linter which uses many of the high-level guidelines. __ http://www.slideshare.net/pekkaklarck/robot-framework-dos-and-donts __ http://cwd.dhemery.com/2009/11/wmaat __ http://blog.codecentric.de/en/2010/07/how-to-structure-a-scalable-and-maintainable-acceptance-test-suite +__ https://github.com/boakley/robotframework-lint + Naming