Pekka Klärck

Results 69 issues of 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...

enhancement
priority: critical
acknowledge

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...

enhancement
priority: high

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...

enhancement
priority: high
backwards incompatible

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...

enhancement
priority: high

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...

enhancement
priority: high

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...

enhancement
priority: high

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...

enhancement
priority: medium
backwards incompatible
effort: medium

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...

enhancement
priority: medium
backwards incompatible

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...

enhancement
priority: high

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...

enhancement
priority: critical
effort: extra large