slackbuilds_ponce/development/robotframework
Markus Rinne 5a65a19625
development/robotframework: Updated for version 5.0.
Python 2 support is removed from the SlackBuild because the new
version of Robot Framework doesn't support Python 2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-02 18:18:41 +07:00
..
README
robotframework.info development/robotframework: Updated for version 5.0. 2022-04-02 18:18:41 +07:00
robotframework.SlackBuild development/robotframework: Updated for version 5.0. 2022-04-02 18:18:41 +07:00
slack-desc

Robot Framework is a generic test automation framework for acceptance
testing and acceptance test-driven development (ATDD).  It has
easy-to-use tabular test data syntax and it utilizes the keyword-driven
testing approach.  Its testing capabilities can be extended by test
libraries implemented either with Python or Java, and users can create
new higher-level keywords from existing ones using the same syntax that
is used for creating test cases.