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 204 public repositories matching this topic...
It looks like the code only ever globally turns warnings off, but can never turn them back on again.
I have a situation where I need to follow best-practices and only narrowly silence warnings for a single GET request, which generates spurious and expected warnings, but then
-
Updated
Dec 8, 2018 - C++
-
Updated
Mar 31, 2020 - C#
-
Updated
Apr 3, 2020 - Python
-
Updated
Mar 15, 2020 - RobotFramework
The opencv capture should not trigger a resize of the swing gui. Instead we should have the VideoWidget handle auto resizing so the swing gui doesn't get so large it goes off the screen.
The current solution opens the a panel and puts documentation there. Sublime Text 3 offers better ways to display documentation to the users. Consider could those features be used.
-
Updated
Mar 14, 2020 - Python
-
Updated
Mar 2, 2020 - Java
-
Updated
Feb 6, 2018 - Vim script
-
Updated
Aug 1, 2019 - C++
The self doc on the EasyGoPiGo3.steer() method states:
Each motor is assigned a percentage of the current speed value.
..
:param int left_percent: Percentage of current speed value that gets applied to left motor.
..
:param int right_percent: Percentage of current speed value that gets applied to right motor.
..
For setting the motor speed, use :py:me
-
Updated
Mar 15, 2020 - Python
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
For some reason some website with document.readyState == 'complete' just get in this condition, and selenium is getting lost.
I tested the same pages with ruby and everything works pretty fine.
@contextmanager
def _wait_for_page_refresh(self, timeout=10):
yield
WebDriverWait(self.browser, timeout).until(
staleness_of(old_page),
message="Old pag
-
Updated
Nov 13, 2017 - Python
-
Updated
Feb 25, 2020 - MQL5
-
Updated
Apr 3, 2020 - Python
-
Updated
May 7, 2019 - Python
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Feb 19, 2020 - Python
I would like to try ReportPortal with Robot-Framework and Python unittests/pytest.
In order to better understand things I would like to make a tutorial about that. But I am kind of lost and don't know where to start :-/. So please give me some guidance and I will publish a tutorial in a Github repo or Gist.
So far I have a Ubuntu 16.04 with Docker up and running as a VirtubalBox VM on a Win
We need to provide more information for users first landing on the repository. Right now we just rely on user knowledge, the docs, and the example tests. However for a library aimed at helping not only existing teams, but new teams get set up we need a more comprehensive guide to importing and using the libraries.
-
Updated
Jan 27, 2020 - Python
-
Updated
Nov 1, 2016 - Python
-
Updated
Jan 17, 2020 - Python
-
Updated
Mar 29, 2020 - Python
-
Updated
Feb 27, 2019 - C++
Created by Pekka Klärck
Released 06 2008
Latest release 11 months ago
- Repository
- robotframework/robotframework
- Website
- robotframework.org
- Wikipedia
- Wikipedia
WIP in the branch: port-doc-sphinx-breathe
Instructions and dependencies here.
Inspiration:
Motivation: