-
Updated
Mar 27, 2022 - C++
robot-framework
Robot Framework is an open source, easy to learn, and easy to use, yet powerful, and extendable, generic automation framework for software testing and RPA (robotic process automation). While it's original purpose was to support acceptance testing and acceptance test driven development (ATDD) of embedded software at Nokia Networks back in 2005, nowadays it is also widely used for automation of integration tests and end-to-end tests in desktop, web, and mobile development. You can use it to automate GUI based applications as well as REST, RPC, SOAP and other API, and protocol based testing. Due to it's text based nature and cli tools RF is a perfect match for agile and DevOps, and DevSecOps driven projects striving to succeed in continuous testing. It integrates very well with open source and commercial CI/CD solutions like Jenkins, CircleCI, Github Actions, and Azure Pipelines - just to name a few. It is also developer friendly and can easily be versioned with Git, and used with Docker and other container and virtualisation technologies to support building and maintaining of scalable (test) environments following the configuration as code or infrastructure as code approach. RF can be used in projects of any technology stack, and runs on any infrastructure (Windows, Mac, Linux, cloud) - it is stack and infrastructure agnostic.
Here are 268 public repositories matching this topic...
-
Updated
Mar 27, 2022 - C#
-
Updated
Feb 26, 2022 - Python
-
Updated
Mar 26, 2022 - Python
-
Updated
May 9, 2020 - C++
-
Updated
Feb 26, 2022 - Python
-
Updated
Mar 7, 2022 - RobotFramework
-
Updated
Mar 25, 2022 - Go
-
Updated
Mar 25, 2022 - Java
-
Updated
Feb 17, 2022 - HTML
[Python] Add tests
-
Updated
Feb 25, 2019 - Python
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 27, 2022 - Java
-
Updated
Mar 3, 2022 - Python
-
Updated
Feb 6, 2018 - Vim script
-
Updated
Feb 25, 2020 - MQL5
Robot framework 3.1 added the option to use .resource extension for resource files instead of .robot
https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#resource-files
-
Updated
Jun 27, 2021 - Python
-
Updated
Aug 1, 2019 - C++
-
Updated
Oct 22, 2021 - Python
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Feb 27, 2022 - Python
-
Updated
Mar 8, 2022 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Jun 14, 2021 - Python
-
Updated
May 31, 2021 - Python
-
Updated
Sep 18, 2020 - Python
-
Updated
Feb 8, 2022 - Python
-
Updated
Mar 25, 2022 - Python
Created by Pekka Klärck
Released 06 2008
Latest release 4 days ago
- Repository
- robotframework/robotframework
- Website
- robotframework.org
- Wikipedia
- Wikipedia


Implement benchmarks (e.g. throughput, latency) to profile ERDOS which can be run using
cargo bench.Consider extending criterion with custom measurements to report metrics in the multi-process/multi-thread setting.
The current benchmarks in
benchesare broken/stale.