Pekka Klärck
Pekka Klärck
RF 5.1 starts localization efforts with these ~two~ three enhancements: - #4096 - #519 - #4400 The issues above cover adding the support for translations. This issue exists for these...
It would be convenient to be able to serialize executable `TestSuite` objects into JSON that can be then also be used to recreate same suite later. Most important use cases...
We currently have three settings for controlling tags tests get: - `Force Tags` in the Settings section for specifying tags tests will unconditionally get. - `Default Tags` in the Settings...
Having inline keyword call syntax would be nice. It would allow using keywords in places where currently you'd normally just have plain strings (or variables). Example usages are listed below...
Currently we put imported libraries into an internal cache to avoid importing and processing them multiple times. It's questionable how much time that actually saves and there's a risk that...
If a keyword argument has `bool` type, Robot's argument conversion converts strings like `true`, `yes` and `on` to Python `True` and strings like `false`, `no`, `off` to `False`. Now that...
Currently if you have a test case file like ```robotframework *** Settings *** Resource example.resource *** Test Cases *** Example Keyword 1 *** Keywords *** Keyword 2 Log Keyword in...
We are gong to rename `Force Tags` to `Test Tags` (#4365) and as the first step adding `Test Tags` as an alias for `Force Tags` in RF 5.1 (#4368). There...
Robot's parser detects many errors already at the parsing time, but there are also many syntax errors that are only detected at the execution time. A problem with detecting errors...
Libdoc HTML outputs, similarly as log.html and report.html, use [jQuery Templates](https://github.com/BorisMoore/jquery-tmpl) for generating HTML content based on the date embedded to the outputs when they are created by Libdoc. In...