-
```
Currently error messages are always plain text. Supporting HTML would allow
formatting, links, images, etc.
This could be implemented by allowing exceptions to have special attribute,
such as R…
-
```
Now if report.html of xunit.xml are generated after the test run, the
output.xml is rad to memory. If log is not needed, a lot of memory could be
saved by generating report and unit-output witho…
-
```
Currently all tests and keywords have timeout attribute in XML. Using timeouts
is pretty rare so most of the time tests/keywords just have `timeout=""`. This
increases XML size without any real …
-
```
Named and keyword argument handling has changed in 2.8 and needs to be
documented in user guide.
Issue 1324, issue 1115, issue 1383, and issue 1325 describe the changes.
```
Original issue repo…
-
```
It would be convenient if BuiltIn-keyword Should Be True and all other
BuiltIn-keywords that share the same semantics evaluate the condition
expression with automatically imported os- and sys-mo…
-
```
Hey there,
we added a new keyword "Dictionary Should Contain Item" for checking whether
the value of a certain dictionary slot equals a reference value aka. "An item
of `key`/`value` must be fo…
-
```
Python has so called keyword argument syntax which allows defining functions
like
def func(**kwargs):
pass
and then calling them like
func(foo=1, bar='two')
In this example th…
-
```
Add automatic variable to RF to enable
to run a kw depending on the loglevel, like
RunKeywordIf | '${LOGLEVEL}'=='DEBUG' | SomeKW
Or eventually a getter KW.
```
Original issue reported on code…
-
```
See the discussion here:
https://groups.google.com/forum/?fromgroups=#!topic/robotframework-users/iBjW-Xf
iRp4
If __init__ files are set as a resource and also have a suite setup defined,
Robot…
-
```
What steps will reproduce the problem?
1.Playing any 25/50FPS footage which is normal in Europe.
2.
3.
What is the expected output? What do you see instead?
Dropping frames causing video stutteri…