-
If a keyword uses a variable not defined the dryrun mode doesn't report the error but the execution test fails.
It's possible to add this feature?
I'm using the robotframework version 2.8.6 but I did…
-
Hello,
I'm using RF 6.1
Here my test:
TATA.py
```
from robot.api.deco import keyword
class TATA:
@keyword("Test")
def Test(self):
logger.info(f'Tata')
```
TOTO.robot
…
-
```
Hi,
I'm using RobotFramework 2.8.1 with Selenium 2.35.0 and with Python 2.7 on
Debian Jessie 64 bits. They were installed with pip in a virtualenv.
I want to use Chromium (Version 29.0.1547.57…
-
### Bug Description:
The extension **Robot Framework Language Server** creates a new terminal window after each launching
### Steps to Reproduce:
1. Build & run Theia
2. Install the extension …
-
When using the RIDE test case or keyword editor grid, if I hover over a cell with a keyword or parameter, the yellow tooltip will pop up showing context information. However, this tooltop takes focus…
yanne updated
9 years ago
-
When I want to implement new keyword, that has arguments as a input, currently ride will set the arguments in the following way:
**\* Keywords ***
to do stuff ${foo} ${bar}
to do stuff
[Argume…
yanne updated
9 years ago
-
RIDE v2.0b1 running on Python 3.8.5.
Suppose I have a python library like the below. You can notice that I am using a decorator to print the function arguments. To preserve the original keyword fun…
-
I tried to Clone the respository and debug it, but I found some problems and difficulites. Is there any kind of doucmentation and Developer Guideline.
thanks in advance.
-
I want to use my own string id (is allowed in mongodb) as _id when saving documents, but library always try to convert that id to objectid and therefor it fails.
-
Hi,
I am facing the issue when encoding the request parameters which contains `A_BYTEFIELD` with `MinMaxLengthType` (`HEX[0..64]`)
When I provided the value as `bytearray` (return from the funct…